Allow for newer CMake

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent ed4cc42dc9
commit fbed6e240e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save