fix: packaging excludes
This commit is contained in:
@@ -106,6 +106,17 @@ android {
|
|||||||
buildConfig = true
|
buildConfig = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
packaging {
|
||||||
|
resources {
|
||||||
|
excludes += listOf(
|
||||||
|
"META-INF/LICENSE.md",
|
||||||
|
"META-INF/LICENSE",
|
||||||
|
"META-INF/NOTICE.md",
|
||||||
|
"META-INF/NOTICE",
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
path = file("src/main/jni/CMakeLists.txt")
|
path = file("src/main/jni/CMakeLists.txt")
|
||||||
|
|||||||
Reference in New Issue
Block a user