2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-29 05:07:40 +00:00

WORKAROUND new gradle android plugin bug

This commit is contained in:
Samoilenko Yuri 2014-01-13 00:17:16 +04:00 committed by Albert Vaca
parent 52c7581f42
commit cfe9ccdc31

View File

@ -18,9 +18,11 @@ android {
targetSdkVersion 19
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
exclude "META-INF/DEPENDENCIES"
exclude "META-INF/NOTICE"
exclude "META-INF/LICENSE"
exclude "META-INF/LICENSE.txt"
exclude "META-INF/NOTICE.txt"
}
}