diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e82220263..a0b1c541c 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 = 61 - versionName = "3.2.8" + versionCode = 62 + versionName = "3.2.9" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/release-notes/v3.2.9.yml b/release-notes/v3.2.9.yml new file mode 100644 index 000000000..bfe97c674 --- /dev/null +++ b/release-notes/v3.2.9.yml @@ -0,0 +1,6 @@ +ko: | + - 원하지 않는 나만아니면돼 메뉴를 목록에서 숨길 수 있게 되었어요. + - 앱의 안정성과 사용성을 높이기 위해 내부 구조를 개선했어요. +en: | + - You can now hide menus you do not want to see in the Not Me menu list. + - We improved internal app structure to provide better stability and usability.