added packagingoptions

This commit is contained in:
nuclearfog 2021-12-17 13:57:36 +01:00
parent 4004608c9f
commit 086234944e
No known key found for this signature in database
GPG Key ID: AA0271FBE406DB98

View File

@ -34,6 +34,14 @@ android {
}
}
packagingOptions {
exclude '/META-INF/CHANGES'
exclude '/META-INF/DEPENDENCIES'
exclude '/META-INF/README.md'
exclude '/META-INF/androidx.*'
exclude '/META-INF/com.*'
}
paranoid {
enabled true
}