Update build.gradle.kts
设置cmake版本 version = "3.31.6" 修复cmake complier identification bypass 警告.
This commit is contained in:
@@ -45,6 +45,8 @@ android {
|
||||
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
// 设置cmake版本
|
||||
version = "3.31.6"
|
||||
path = file("src/main/cpp/CMakeLists.txt")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user