1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-11-21 05:02:45 +00:00

Fix Android CI build and revert to the previous version of the NDK

This commit is contained in:
biroder 2024-10-05 18:18:24 +03:00
parent 548d8cdd77
commit 5a1bacdba6
3 changed files with 8 additions and 1 deletions

View file

@ -157,6 +157,10 @@ jobs:
cargo -vV
cargo install cargo-ndk
- name: Install development kits
run: |
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install --package_file=app/app/packages.txt
- name: Build
run: |
if [ "${{ github.ref_type }}" == "tag" ]; then

View file

@ -7,7 +7,7 @@ android {
namespace "io.github.doukutsu_rs"
compileSdkVersion 33
buildToolsVersion "33.0.0"
ndkVersion "27.0.12077973"
ndkVersion "25.2.9519653"
defaultConfig {
applicationId "io.github.doukutsu_rs"

3
app/app/packages.txt Normal file
View file

@ -0,0 +1,3 @@
ndk;25.2.9519653
build-tools;33.0.0
platforms;android-33