Skip to content
Closed
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 = 60
versionName = "3.2.6"
versionCode = 61
versionName = "3.2.7"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 4 additions & 0 deletions release-notes/v3.2.7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ko: |
- 앱 실행 안정성과 성능을 개선했어요.
en: |
- Improved app stability and performance.
Comment on lines +1 to +4
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

파일의 마지막에 개행 문자를 추가하는 것이 좋습니다. 이는 POSIX 표준을 따르는 좋은 관행이며, 일부 도구에서 파일을 처리할 때 예기치 않은 문제를 방지할 수 있습니다.

ko: |
  - 앱 실행 안정성과 성능을 개선했어요.
en: |
  - Improved app stability and performance.

Loading