Skip to content

Commit

Permalink
Version Update (3.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kde713 committed Mar 24, 2019
1 parent c0a97a2 commit f4f5f7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "net.sproutlab.kmufood"
minSdkVersion 17
targetSdkVersion 27
versionCode 35
versionName "3.1.3"
versionCode 36
versionName "3.1.4"
multiDexEnabled true
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<string name="label_updatelog">%1$s 변경 사항</string>

<string name="updatelog">
- 식단이 정상적으로 업데이트 되지 않던 문제를 수정했습니다.
- 교직원식당의 키친메뉴가 중복되어 표시되던 문제가 수정되었습니다.
</string>

<string name="dialog_foodinfo_title">%1$s 운영정보</string>
Expand Down

0 comments on commit f4f5f7a

Please sign in to comment.