Skip to content

Commit

Permalink
Bump android build tools to 33.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGiorgio committed May 9, 2024
1 parent f14c615 commit 1fff601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "30.0.3"
BUILD_TOOLS_VERSION: "33.0.0"

- name: Build APK
working-directory: android
Expand All @@ -103,7 +103,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "30.0.3"
BUILD_TOOLS_VERSION: "33.0.0"

- name: Create Release
id: create_release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "30.0.3"
BUILD_TOOLS_VERSION: "33.0.0"

- name: Build APK
working-directory: android
Expand All @@ -104,7 +104,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "30.0.3"
BUILD_TOOLS_VERSION: "33.0.0"

# F-Droid APK
- name: Upload F-Droid APK Universal Asset
Expand Down

0 comments on commit 1fff601

Please sign in to comment.