Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = "com.eatssu.android"
minSdk = 28
targetSdk = 35
versionCode = 53
versionName = "3.2.2"
versionCode = 54
versionName = "3.2.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
12 changes: 12 additions & 0 deletions release-notes/v3.2.3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ko: |
- 나만아니면돼 게임이 추가되었어요.
- 마이페이지가 정상적으로 표시되지 않던 문제를 수정했어요.
- 일부 기기에서 앱이 비정상 종료되던 문제를 수정했어요.
- 학과 조회 시 발생하던 오류를 수정했어요.
- 앱의 안정성과 성능을 개선했어요.
en: |
- Added the "Anyone But Me" game.
- Fixed an issue where My Page was not displayed correctly.
- Fixed a crash that occurred on some devices.
- Fixed an error when looking up departments.
- Improved overall app stability and performance.
Loading