Remove cmake version from build.gradle. (#911)

This commit is contained in:
James Farrell
2022-12-07 13:15:05 -06:00
committed by GitHub
parent 12a99ff426
commit 251b6506dd
30 changed files with 0 additions and 30 deletions

View File

@@ -30,7 +30,6 @@ android {
}
externalNativeBuild {
cmake {
version '3.18.1'
path "src/main/cpp/CMakeLists.txt"
}
}

View File

@@ -26,7 +26,6 @@ android {
}
externalNativeBuild {
cmake {
version '3.18.1'
path "src/main/cpp/CMakeLists.txt"
}
}