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 = 62
versionName = "3.2.9"
versionCode = 63
versionName = "3.2.10"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 4 additions & 0 deletions release-notes/v3.2.10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ko: |
- 시작 화면과 앱 아이콘이 새 계절 테마에 맞춰 자연스럽게 바뀌어요.
en: |
- The splash screen and app icon now update smoothly to match the new seasonal theme.
Loading