Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 = 59
versionName = "3.2.5"
versionCode = 60
versionName = "3.2.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
8 changes: 8 additions & 0 deletions release-notes/v3.2.6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ko: |
- 알림 권한을 허용했을 때만 필요한 안내가 보이도록 개선해 더 자연스럽게 이용할 수 있어요.
- 일부 안내 메시지와 팝업 표현을 다듬어 화면 전환 중에도 더 일관된 경험을 제공해요.
- 앱의 내부 품질과 안정성을 정비해 전반적인 사용 경험을 더 안정적으로 개선했어요.
en: |
- Improved notification guidance so messages appear only when notification permission is enabled.
- Refined in-app messages and popups for a more consistent experience across screens.
- Improved internal quality and stability for a more reliable overall app experience.
Loading