diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 28c3ccf1e..160a9180c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" } diff --git a/release-notes/v3.2.3.yml b/release-notes/v3.2.3.yml new file mode 100644 index 000000000..f466efcc7 --- /dev/null +++ b/release-notes/v3.2.3.yml @@ -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.