Fix Android build (#23)

* Upgrade Android NDK

* Use Android emulator 30.7.3 on macos
This commit is contained in:
Fabrice Drouin
2021-06-28 10:31:57 +02:00
committed by GitHub
parent b544b24cc3
commit 9c1afc715a
4 changed files with 11 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ android {
setPath("src/main/CMakeLists.txt")
}
}
ndkVersion = "21.3.6528147"
ndkVersion = "21.4.7075529"
afterEvaluate {
tasks.withType<com.android.build.gradle.tasks.factory.AndroidUnitTest>().all {