Skip to content

Commit

Permalink
πŸš€ :: v2.1.4
Browse files Browse the repository at this point in the history
πŸš€ :: v2.1.4
  • Loading branch information
parkuiery authored Sep 7, 2024
2 parents 36e694a + 0c14b6b commit bc8a446
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ jobs:
env:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $DATA > /home/runner/work/JOBIS-ANDROID-V2/JOBIS-ANDROID-V2/app/google-services.json

- name: Create keystore directory
run: mkdir -p ${{ github.workspace }}/app/keystore

- name: Decode Keystore
run: |
echo "$KEYSTORE" > ${{ github.workspace }}/app/keystore/keystore.b64
base64 -d -i ${{ github.workspace }}/app/keystore/keystore.b64 > ${{ github.workspace }}/app/keystore/jobis_v2_key.jks
env:
KEYSTORE: ${{ secrets.APP_RELEASE_KEY_STORE }}

- name: Execute Gradle task
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/android-production-deploy-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
DATA: ${{ secrets.GOOGLE_CLOUD_PLATFORM }}
run: echo $DATA | base64 --decode > /home/runner/work/JOBIS-ANDROID-V2/JOBIS-ANDROID-V2/app/src/main/play/google-cloud-platform.json

- name: Create keystore directory
run: mkdir -p ${{ github.workspace }}/app/keystore

- name: Decode Keystore
run: |
echo "$KEYSTORE" > ${{ github.workspace }}/app/keystore/keystore.b64
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/ko-KR/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[v2.1.3]
[v2.1.4]
β€’ 버그 μˆ˜μ • 및 κΈ°λŠ₯을 μΆ”κ°€ν–ˆμ–΄μš”.

[ μƒˆλ‘œμš΄ κΈ°λŠ₯ ]
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectProperties.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object ProjectProperties {
const val MIN_SDK = 28
const val TARGET_SDK = 34
const val VERSION_CODE = 11
const val VERSION_NAME = "2.1.3"
const val VERSION_NAME = "2.1.4"
const val COMPOSE_COMPILER_EXTENSION = "1.5.6"
const val JVM_TARGET = "18"
}

0 comments on commit bc8a446

Please sign in to comment.