Update resources exclusion rules

Co-authored-by: p
This commit is contained in:
AntsyLich 2024-10-12 05:11:16 +06:00
parent 9b8ab6acc2
commit 481cfedf08
No known key found for this signature in database

View file

@ -108,13 +108,16 @@ android {
packaging {
resources.excludes.addAll(
listOf(
"kotlin-tooling-metadata.json",
"META-INF/DEPENDENCIES",
"LICENSE.txt",
"META-INF/LICENSE",
"META-INF/LICENSE.txt",
"META-INF/**/LICENSE.txt",
"META-INF/*.properties",
"META-INF/**/*.properties",
"META-INF/README.md",
"META-INF/NOTICE",
"META-INF/*.kotlin_module",
"META-INF/*.version",
),
)
}