Skip to content

Commit

Permalink
Updated Android build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesShuller committed Oct 20, 2023
1 parent f2e86f0 commit 7b1d00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Install NDK
run: sdkmanager --install "build-tools;29.0.3" "ndk;22.0.7026061" "cmdline-tools;latest"
run: sdkmanager --install "build-tools;33.0.2" "ndk;25.2.9519653" "cmdline-tools;latest"
- name: Install gcc-multilib
run: |
sudo apt update
Expand Down

0 comments on commit 7b1d00e

Please sign in to comment.