Removed pinned NDK/CMake versions from Gradle build #1292
@@ -28,8 +28,7 @@ allprojects {
|
|||||||
|
|
||||||
ext {
|
ext {
|
||||||
buildToolsVersion = "33.0.0"
|
buildToolsVersion = "33.0.0"
|
||||||
ndkVersion = "23.1.7779620" // Corresponds to AGP 7.3
|
ndkVersion = "23.1.7779620"
|
||||||
cmakeVersion = "3.18.1+"
|
|
||||||
minSdkVersion = 21
|
minSdkVersion = 21
|
||||||
compileSdkVersion = 33
|
compileSdkVersion = 33
|
||||||
targetSdkVersion = 33
|
targetSdkVersion = 33
|
||||||
|
@@ -28,7 +28,6 @@ android {
|
|||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
version rootProject.cmakeVersion
|
|
||||||
path 'CMakeLists.txt'
|
path 'CMakeLists.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user