Skip to content

Commit

Permalink
Merge pull request #326 from vechain/dev
Browse files Browse the repository at this point in the history
update android build tool version
  • Loading branch information
libotony authored Feb 5, 2024
2 parents 0451608 + 03063a2 commit 426e264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "32.0.0"
BUILD_TOOLS_VERSION: "33.0.2"

- uses: r0adkll/sign-android-release@v1
name: Sign Bundle
Expand All @@ -124,7 +124,7 @@ jobs:
keyStorePassword: ${{ secrets.UPLOAD_KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.UPLOAD_KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "32.0.0"
BUILD_TOOLS_VERSION: "33.0.2"

- name: Set up variable
id: vars
Expand Down

0 comments on commit 426e264

Please sign in to comment.