Skip to content

Commit

Permalink
Merge pull request #12177 from rtibbles/update_android_versoin
Browse files Browse the repository at this point in the history
Update android build version.
  • Loading branch information
rtibbles authored May 15, 2024
2 parents 534aa73 + be59568 commit 1b6da4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_build_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
apk:
name: Build APK file
needs: whl
uses: learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.2
uses: learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.3
with:
tar-file-name: ${{ needs.whl.outputs.tar-file-name }}
ref: v0.1.2
ref: v0.1.3
8 changes: 4 additions & 4 deletions .github/workflows/release_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ jobs:
apk:
name: Build Android APK
needs: whl
uses: learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.2
uses: learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.3
with:
tar-file-name: ${{ needs.whl.outputs.tar-file-name }}
release: true
ref: v0.1.2
ref: v0.1.3
secrets:
KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE: ${{ secrets.KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE }}
KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE_PASSWORD: ${{ secrets.KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE_PASSWORD }}
Expand Down Expand Up @@ -210,9 +210,9 @@ jobs:
name: Release Android App
if: ${{ !github.event.release.prerelease }}
needs: [apk, block_release_step]
uses: learningequality/kolibri-installer-android/.github/workflows/release_apk.yml@v0.1.2
uses: learningequality/kolibri-installer-android/.github/workflows/release_apk.yml@v0.1.3
with:
version-code: ${{ needs.apk.outputs.version-code }}
ref: v0.1.2
ref: v0.1.3
secrets:
KOLIBRI_ANDROID_PLAY_STORE_API_SERVICE_ACCOUNT_JSON: ${{ secrets.KOLIBRI_ANDROID_PLAY_STORE_API_SERVICE_ACCOUNT_JSON }}

0 comments on commit 1b6da4f

Please sign in to comment.