diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 06b2ba57..983aaf7b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -30,8 +30,8 @@ android { applicationId = "com.eatssu.android" minSdk = 28 targetSdk = 35 - versionCode = 64 - versionName = "3.2.11" + versionCode = 65 + versionName = "3.2.12" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/release-notes/v3.2.12.yml b/release-notes/v3.2.12.yml new file mode 100644 index 00000000..116488b4 --- /dev/null +++ b/release-notes/v3.2.12.yml @@ -0,0 +1,4 @@ +ko: | + - 지도에서 축제 탭 색상이 더 명확하게 구분되도록 개선했어요. +en: | + - It is now easier to distinguish the festival tab color on the map.