We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cb427 commit 0a0ca54Copy full SHA for 0a0ca54
2 files changed
app/build.gradle.kts
@@ -30,8 +30,8 @@ android {
30
applicationId = "com.eatssu.android"
31
minSdk = 28
32
targetSdk = 35
33
- versionCode = 53
34
- versionName = "3.2.2"
+ versionCode = 54
+ versionName = "3.2.3"
35
36
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
37
}
release-notes/v3.2.3.yml
@@ -0,0 +1,12 @@
1
+ko: |
2
+ - 나만아니면돼 게임이 추가되었어요.
3
+ - 마이페이지가 정상적으로 표시되지 않던 문제를 수정했어요.
4
+ - 일부 기기에서 앱이 비정상 종료되던 문제를 수정했어요.
5
+ - 학과 조회 시 발생하던 오류를 수정했어요.
6
+ - 앱의 안정성과 성능을 개선했어요.
7
+en: |
8
+ - Added the "Anyone But Me" game.
9
+ - Fixed an issue where My Page was not displayed correctly.
10
+ - Fixed a crash that occurred on some devices.
11
+ - Fixed an error when looking up departments.
12
+ - Improved overall app stability and performance.
0 commit comments