Skip to content

Commit

Permalink
ci: ⬆️ Update platform tools to v32
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp committed Sep 26, 2024
1 parent 98e29dd commit 36d7cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
java-version: "17"
- uses: android-actions/setup-android@v3
with:
packages: "platforms;android-29"
packages: "platforms;android-32"
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
java-version: '17'
- uses: android-actions/setup-android@v3
with:
packages: 'platforms;android-29'
packages: 'platforms;android-32'
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
Expand Down

0 comments on commit 36d7cda

Please sign in to comment.