File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11ko : |
2- - 카카오톡 문의하기가 접근 안되는 오류를 수정했어요
3- - 중복된 닉네임의 오류 메세지를 정정했어요
4- - 안쓰는 이미지 파일을 지워서 앱을 가볍게 만들었어요
5- - 식단 속 메뉴의 구분자를 변경해 가시성을 올렸어요
2+ - 카카오톡 문의하기가 접근 안되는 오류를 수정했어요.
3+ - 중복된 닉네임의 오류 메세지를 정정했어요.
4+ - 안쓰는 이미지 파일을 지워서 앱을 가볍게 만들었어요.
5+ - 식단 속 메뉴의 구분자를 변경해 가시성을 올렸어요.
66en : |
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.
You can’t perform that action at this time.
0 commit comments