Revert "修复若干小问题"

This commit is contained in:
Zeus
2025-03-25 20:01:07 +08:00
committed by GitHub
parent bc462572c3
commit d0bfd6469b
6 changed files with 221 additions and 46 deletions
+1 -3
View File
@@ -45,8 +45,6 @@ android {
externalNativeBuild {
cmake {
// 设置cmake版本
version = "3.31.6"
path = file("src/main/cpp/CMakeLists.txt")
}
}
@@ -64,4 +62,4 @@ afterEvaluate {
tasks.withType(GolangBuildTask::class.java).forEach {
it.inputs.dir(golangSource)
}
}
}