Skip to content

Commit 0a0ca54

Browse files
authored
release: 3.2.3 (#482)
1 parent e4cb427 commit 0a0ca54

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId = "com.eatssu.android"
3131
minSdk = 28
3232
targetSdk = 35
33-
versionCode = 53
34-
versionName = "3.2.2"
33+
versionCode = 54
34+
versionName = "3.2.3"
3535

3636
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3737
}

release-notes/v3.2.3.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)