Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = "com.eatssu.android"
minSdk = 28
targetSdk = 35
versionCode = 58
versionName = "3.2.4"
versionCode = 59
versionName = "3.2.5"

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