1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-10-31 19:44:20 +00:00

Remove useless files from output android build

This commit is contained in:
biroder 2023-03-15 22:43:32 +02:00 committed by alula
parent b8af9aed25
commit a15fd4d190

View file

@ -60,6 +60,18 @@ android {
path "src/main/cpp/CMakeLists.txt"
}
}
packagingOptions {
jniLibs {
excludes += "**/dummy.so"
}
resources {
excludes += "kotlin/**"
excludes += "/META-INF/kotlinx_*"
}
}
}
dependencies {