Skip to content

Commit

Permalink
更新 buildToolsVersion到34
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyImmortal committed Dec 14, 2024
1 parent d9259e1 commit b5bb3e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
keyAlias: ${{ secrets.ANDROID_KEY_ALIAS }}
keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
keyPassword: ${{ secrets.ANDROID_KEY_PASSWORD }}
buildToolsVersion: 34.0.0

- name: Sign Compatible APK
id: sign_compatible_apk
Expand All @@ -46,6 +47,7 @@ jobs:
keyAlias: ${{ secrets.ANDROID_KEY_ALIAS }}
keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
keyPassword: ${{ secrets.ANDROID_KEY_PASSWORD }}
buildToolsVersion: 34.0.0

- name: Upload Normal to Release
uses: termux/[email protected]
Expand Down

0 comments on commit b5bb3e1

Please sign in to comment.