Update packagingOptions

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2022-09-30 10:00:24 +02:00
parent ca63eff035
commit 6c217cffa6
No known key found for this signature in database
GPG Key ID: 2585783189A62105
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,8 @@ android {
// see http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Configuring-the-Structure
packagingOptions {
resources {
excludes += ['META-INF/LICENSE.txt', 'META-INF/LICENSE']
excludes += 'META-INF/LICENSE*'
pickFirst 'MANIFEST.MF' // workaround for duplicated manifest on some dependencies
}
}