Removed pinned NDK/CMake versions from Gradle build #1292

Closed
NickGerleman wants to merge 1 commits from export-D45766980 into main
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 792ff666e5 - Show all commits

View File

@@ -28,8 +28,7 @@ allprojects {
ext {
buildToolsVersion = "33.0.0"
ndkVersion = "23.1.7779620" // Corresponds to AGP 7.3
cmakeVersion = "3.18.1+"
ndkVersion = "23.1.7779620"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33

View File

@@ -28,7 +28,6 @@ android {
externalNativeBuild {
cmake {
version rootProject.cmakeVersion
path 'CMakeLists.txt'
}
}