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 07bc466 commit e7d2e9cCopy full SHA for e7d2e9c
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 = 61
34
- versionName = "3.2.8"
+ versionCode = 62
+ versionName = "3.2.9"
35
36
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
37
}
release-notes/v3.2.9.yml
@@ -0,0 +1,6 @@
1
+ko: |
2
+ - 원하지 않는 나만아니면돼 메뉴를 목록에서 숨길 수 있게 되었어요.
3
+ - 앱의 안정성과 사용성을 높이기 위해 내부 구조를 개선했어요.
4
+en: |
5
+ - You can now hide menus you do not want to see in the Not Me menu list.
6
+ - We improved internal app structure to provide better stability and usability.
0 commit comments