Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10213 from JosJuice/android-ndk
Android: Bump NDK and CMake versions
  • Loading branch information
lioncash committed Nov 14, 2021
2 parents 0d4c827 + 5a23d5c commit f19ed1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Android/app/build.gradle
Expand Up @@ -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
Expand Down Expand Up @@ -63,7 +64,7 @@ android {
externalNativeBuild {
cmake {
path "../../../CMakeLists.txt"
version "3.10.2"
version "3.18.1"
}
}

Expand Down

0 comments on commit f19ed1b

Please sign in to comment.