Skip to content

Commit 0a18637

Browse files
authored
release: 3.2.1 (#458)
* release: 3.2.1 * chore: 파일 끝 개행 추가 [no-ci] * fix: remove duplicate GOOGLE_SERVICE definition in workflow * fix: remove duplicate run key in fastlane workflow
1 parent fe4bb83 commit 0a18637

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/fastlane.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
102102
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
103103
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
104-
run: |
104+
105105
run: |
106106
if [[ "${{ github.ref }}" =~ ^refs/tags/[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
107107
# Tag Push 감지 (예: 1.0.0)

.github/workflows/release_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
171171
POSTHOG_HOST: ${{ secrets.POSTHOG_HOST }}
172172
GOOGLE_SERVICE: ${{ secrets.GOOGLE_SERVICE }}
173-
GOOGLE_SERVICE: ${{ secrets.GOOGLE_SERVICE }}
173+
174174
GOOGLE_PLAY_SERVICE_ACCOUNT_JSON: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
175175
KEYSTORE_PATH: ${{ github.workspace }}/keystore.jks
176176
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
applicationId = "com.eatssu.android"
3030
minSdk = 28
3131
targetSdk = 35
32-
versionCode = 50
32+
versionCode = 51
3333
versionName = "3.2.1"
3434

3535
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

release-notes/v3.2.1.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ko: |
2-
- 카카오톡 문의하기가 접근 안되는 오류를 수정했어요
3-
- 중복된 닉네임의 오류 메세지를 정정했어요
4-
- 안쓰는 이미지 파일을 지워서 앱을 가볍게 만들었어요
5-
- 식단 속 메뉴의 구분자를 변경해 가시성을 올렸어요
2+
- 카카오톡 문의하기가 접근 안되는 오류를 수정했어요.
3+
- 중복된 닉네임의 오류 메세지를 정정했어요.
4+
- 안쓰는 이미지 파일을 지워서 앱을 가볍게 만들었어요.
5+
- 식단 속 메뉴의 구분자를 변경해 가시성을 올렸어요.
66
en: |
7-
- Fixed an issue preventing access to KakaoTalk inquiries
8-
- Clarified the error message for duplicate nicknames
9-
- Optimized app size by removing unused images
10-
- Enhanced menu readability by adjusting separators in meal plans
7+
- Fixed an issue preventing access to KakaoTalk inquiries.
8+
- Clarified the error message for duplicate nicknames.
9+
- Optimized app size by removing unused images.
10+
- Enhanced menu readability by adjusting separators in meal plans.

0 commit comments

Comments
 (0)