Skip to content

Commit de88423

Browse files
committed
release: 3.2.4
1 parent 1ffec50 commit de88423

3 files changed

Lines changed: 12 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 = 57
34-
versionName = "3.2.3"
33+
versionCode = 58
34+
versionName = "3.2.4"
3535

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

release-notes/v3.2.4.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ko: |
2+
- 메뉴 정보가 더 안정적으로 표시되도록 오류를 수정했어요.
3+
- 특정 화면에서 목록이 비어 보이던 문제를 해결했어요.
4+
- 앱의 배포 및 업데이트 과정을 개선해 더 안정적으로 서비스해요.
5+
- 전반적인 앱 안정성과 사용성을 높였어요.
6+
en: |
7+
- Fixed an issue to display menu information more reliably.
8+
- Resolved an issue where lists could appear empty on some screens.
9+
- Improved the app release and update process for more stable service.
10+
- Enhanced overall app stability and usability.

0 commit comments

Comments
 (0)