diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a0b1c541c..eb0cfd5c1 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 = 62 - versionName = "3.2.9" + versionCode = 63 + versionName = "3.2.10" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/release-notes/v3.2.10.yml b/release-notes/v3.2.10.yml new file mode 100644 index 000000000..cb0d6d0b8 --- /dev/null +++ b/release-notes/v3.2.10.yml @@ -0,0 +1,4 @@ +ko: | + - 시작 화면과 앱 아이콘이 새 계절 테마에 맞춰 자연스럽게 바뀌어요. +en: | + - The splash screen and app icon now update smoothly to match the new seasonal theme.