Skip to content

Commit

Permalink
Version Update (3.1.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kde713 committed Sep 1, 2019
1 parent 18df7b6 commit 6ab4177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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 28
versionCode 37
versionName "3.1.5"
versionCode 38
versionName "3.1.6"
multiDexEnabled true
}

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

<string name="updatelog">
- Android 최신 버전을 대응하도록 업데이트 되었습니다.
- 교직원식당의 주문식 명칭이 바뀌어(변경 후 오늘의 샐러드) 정상적으로 불러오지 못하던 문제를 수정했습니다.
- 한울식당 개편과 함께 코너명이 변경되어 식단을 정상적으로 불러오지 못하던 문제를 수정했습니다.
</string>

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

0 comments on commit 6ab4177

Please sign in to comment.