mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 02:38:58 +03:00
fix packaging option
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
5a5dd65478
commit
2ff5006273
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ android {
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
resources {
|
resources {
|
||||||
excludes += 'META-INF/LICENSE*'
|
excludes += 'META-INF/LICENSE*'
|
||||||
|
excludes += 'META-INF/versions/9/OSGI-INF/MANIFEST*'
|
||||||
pickFirst 'MANIFEST.MF' // workaround for duplicated manifest on some dependencies
|
pickFirst 'MANIFEST.MF' // workaround for duplicated manifest on some dependencies
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue