Skip to content

Commit

Permalink
hardcoded build tools to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin committed Jan 31, 2024
1 parent dafac2c commit 8228077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
keyStorePassword: ${{ secrets.ANDROID_PLAY_STORE_KEYSTORE_PASSWORD }}
keyPassword: ${{ secrets.ANDROID_PLAY_STORE_KEYSTORE_PASSWORD }}
env:
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}
BUILD_TOOLS_VERSION: "34.0.0"

- name: Upload Gplay release APKs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8228077

Please sign in to comment.