Skip to content

Commit fec591f

Browse files
committed
release: 3.2.5
1 parent bc02070 commit fec591f

2 files changed

Lines changed: 12 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 = 58
34-
versionName = "3.2.4"
33+
versionCode = 59
34+
versionName = "3.2.5"
3535

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

release-notes/v3.2.5.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ko: |
2+
- 나만아니면돼 이벤트 안내를 더 쉽게 확인할 수 있도록 팝업과 툴팁을 추가했어요.
3+
- 리뷰를 작성한 뒤 목록 화면에서 방금 남긴 내용을 더 자연스럽게 확인할 수 있어요.
4+
- 리뷰 작성 화면의 사진 선택 흐름을 다듬어 더 편하게 이용할 수 있어요.
5+
- 일부 화면에서 발생하던 오류를 줄여 앱을 더 안정적으로 사용할 수 있어요.
6+
en: |
7+
- Added a popup and tooltip so you can check the Anyone But Me event more easily.
8+
- Made it easier to see your newly written review right away on the review list screen.
9+
- Improved the photo selection flow on the review writing screen for a smoother experience.
10+
- Reduced errors that could occur on some screens for a more stable app experience.

0 commit comments

Comments
 (0)