fix too many manifest files

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2024-04-22 07:59:13 +02:00 committed by Andy Scherzinger
parent f34ccaaeb3
commit 457968b31c
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ android {
packagingOptions {
resources {
excludes += 'META-INF/LICENSE*'
excludes += 'META-INF/versions/9/OSGI-INF/MANIFEST*'
pickFirst 'MANIFEST.MF' // workaround for duplicated manifest on some dependencies
}
}