Skip to content

Commit

Permalink
πŸš€ :: v2.1.3
Browse files Browse the repository at this point in the history
πŸš€ :: v2.1.3
  • Loading branch information
parkuiery authored Sep 6, 2024
2 parents 552e80a + fb6b49c commit 95bb3e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android-production-deploy-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: decode_keystore
uses: timheuer/base64-to-file@v1
with:
fileName: '/keystore/jobis_v2_key.jks'
fileName: '/home/runner/work/_temp/keystore/jobis_v2_key.jks'
encodedString: ${{ secrets.APP_RELEASE_KEY_STORE }}

- name: Build Release And Publish AAB
Expand All @@ -53,6 +53,7 @@ jobs:
run: |
echo "::set-output name=code::$(grep versionCode buildSrc/src/main/java/Dependencies.kt | awk '{print $5}')"
echo "::set-output name=name::$(grep versionName buildSrc/src/main/java/Dependencies.kt | awk '{print $5}' | tr '"' ' ' | tr -d " ")"
- name: Get tag name
id: get_tag
run: echo "::set-output name=name::v${{ steps.get_version.outputs.name }}"
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.2]
[v2.1.3]
β€’ 버그 μˆ˜μ • 및 κΈ°λŠ₯을 μΆ”κ°€ν–ˆμ–΄μš”.

[ μƒˆλ‘œμš΄ κΈ°λŠ₯ ]
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.2"
const val VERSION_NAME = "2.1.3"
const val COMPOSE_COMPILER_EXTENSION = "1.5.6"
const val JVM_TARGET = "18"
}

0 comments on commit 95bb3e6

Please sign in to comment.