Update the cmake version to be a minimum value

This commit is contained in:
Morgan Pretty
2024-02-07 15:10:17 +11:00
parent 78436366a4
commit 13fea6521c
2 changed files with 3 additions and 2 deletions

View File

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