This commit is contained in:
2026-07-15 19:25:28 +08:00
4 changed files with 25 additions and 14 deletions

View File

@@ -106,6 +106,17 @@ android {
buildConfig = true
}
packaging {
resources {
excludes += listOf(
"META-INF/LICENSE.md",
"META-INF/LICENSE",
"META-INF/NOTICE.md",
"META-INF/NOTICE",
)
}
}
externalNativeBuild {
cmake {
path = file("src/main/jni/CMakeLists.txt")