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 f89f0f3 commit 5ebd990Copy full SHA for 5ebd990
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 = 64
34
- versionName = "3.2.11"
+ versionCode = 65
+ versionName = "3.2.12"
35
36
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
37
}
release-notes/v3.2.12.yml
@@ -0,0 +1,4 @@
1
+ko: |
2
+ - 지도에서 축제 탭 색상이 더 명확하게 구분되도록 개선했어요.
3
+en: |
4
+ - It is now easier to distinguish the festival tab color on the map.
0 commit comments