Skip to content

Commit

Permalink
chore: update CI to use build-tools 34.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Jan 12, 2024
1 parent 7ac0c93 commit 9a9079f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android_master_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"
- name: Upload APK
uses: actions/upload-artifact@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/android_release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 9a9079f

Please sign in to comment.