mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 21:55:10 +00:00
pickFirst seems a better option than exclude
This commit is contained in:
@@ -29,11 +29,9 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude "META-INF/DEPENDENCIES"
|
pickFirst "META-INF/DEPENDENCIES"
|
||||||
exclude "META-INF/NOTICE"
|
pickFirst "META-INF/LICENSE"
|
||||||
exclude "META-INF/LICENSE"
|
pickFirst "META-INF/NOTICE"
|
||||||
exclude "META-INF/LICENSE.txt"
|
|
||||||
exclude "META-INF/NOTICE.txt"
|
|
||||||
}
|
}
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
|
Reference in New Issue
Block a user