2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 13:47:41 +00:00

pickFirst seems a better option than exclude

This commit is contained in:
Albert Vaca 2015-06-13 21:01:39 -07:00
parent 017d05b189
commit de66bdfae3

View File

@ -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