2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 01:51:47 +00:00

Remove directives that aren't needed

And changed pickFirst to merge, that concatenates the contents
This commit is contained in:
Albert Vaca Cintora 2019-03-21 09:49:49 +01:00
parent a918f0cfe6
commit 7dc023385e

View File

@ -36,12 +36,9 @@ android {
}
}
packagingOptions {
pickFirst "META-INF/DEPENDENCIES"
pickFirst "META-INF/LICENSE"
pickFirst "META-INF/NOTICE"
pickFirst "META-INF/BCKEY.SF"
pickFirst "META-INF/BCKEY.DSA"
pickFirst "META-INF/INDEX.LIST"
merge "META-INF/DEPENDENCIES"
merge "META-INF/LICENSE"
merge "META-INF/NOTICE"
}
lintOptions {
abortOnError false