We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a391f6 commit a9ebbfbCopy full SHA for a9ebbfb
2 files changed
app/build.gradle.kts
@@ -30,8 +30,8 @@ android {
30
applicationId = "com.eatssu.android"
31
minSdk = 28
32
targetSdk = 35
33
- versionCode = 62
34
- versionName = "3.2.9"
+ versionCode = 63
+ versionName = "3.2.10"
35
36
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
37
}
release-notes/v3.2.10.yml
@@ -0,0 +1,4 @@
1
+ko: |
2
+ - 시작 화면과 앱 아이콘이 새 계절 테마에 맞춰 자연스럽게 바뀌어요.
3
+en: |
4
+ - The splash screen and app icon now update smoothly to match the new seasonal theme.
0 commit comments