Skip to content

Commit e7d2e9c

Browse files
authored
release: 3.2.9 (#515)
1 parent 07bc466 commit e7d2e9c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId = "com.eatssu.android"
3131
minSdk = 28
3232
targetSdk = 35
33-
versionCode = 61
34-
versionName = "3.2.8"
33+
versionCode = 62
34+
versionName = "3.2.9"
3535

3636
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3737
}

release-notes/v3.2.9.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)