[2nd take] fix android CI

This commit is contained in:
imWildCat 2023-09-14 21:04:52 -07:00
parent 5088b13258
commit 9db2285eb8
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@ cargo {
libname = "hello" // Or whatever matches Cargo.toml's [package] name.
pythonCommand = 'python3'
profile = 'debug'
targets = ["x86_64", "arm64"]
targets = ["x86_64", "arm64", "arm", "x86"]
extraCargoBuildArguments = ["--lib"]
verbose = true
}
android {
compileSdk 33
compileSdk 31
ndkVersion System.getenv("ANDROID_NDK_VERSION")
defaultConfig {