Merge pull request #10213 from JosJuice/android-ndk

Android: Bump NDK and CMake versions
This commit is contained in:
Mai M 2021-11-14 02:59:34 -05:00 committed by GitHub
commit f19ed1be56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 30
ndkVersion "23.0.7599858"
compileOptions {
// Flag to enable support for the new language APIs
@ -63,7 +64,7 @@ android {
externalNativeBuild {
cmake {
path "../../../CMakeLists.txt"
version "3.10.2"
version "3.18.1"
}
}