Skip to content

Commit

Permalink
Use 35.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrant committed Jan 14, 2025
1 parent 2a46e95 commit 837427e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
# override default build-tools (optional)
BUILD_TOOLS_VERSION: "35.0.1"
BUILD_TOOLS_VERSION: "35.0.0"
- name: Create hash
run: git rev-parse HEAD > app/build/outputs/apk/alpha/release/rev-hash.txt
- name: Rename APK to universal
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
# override default build-tools version (33.0.0) -- optional
BUILD_TOOLS_VERSION: "35.0.1"
# override default build-tools version (optional)
BUILD_TOOLS_VERSION: "35.0.0"
- uses: actions/upload-artifact@v4
name: Upload APK artifact
with:
Expand Down

0 comments on commit 837427e

Please sign in to comment.