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 = 57
versionName = "3.2.3"
versionCode = 58
versionName = "3.2.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
10 changes: 10 additions & 0 deletions release-notes/v3.2.4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ko: |
- 메뉴 정보가 더 안정적으로 표시되도록 오류를 수정했어요.
- 특정 화면에서 목록이 비어 보이던 문제를 해결했어요.
- 앱의 배포 및 업데이트 과정을 개선해 더 안정적으로 서비스해요.
- 전반적인 앱 안정성과 사용성을 높였어요.
en: |
- Fixed an issue to display menu information more reliably.
- Resolved an issue where lists could appear empty on some screens.
- Improved the app release and update process for more stable service.
- Enhanced overall app stability and usability.
Loading