remove metadata files of jsoup library from final build

This commit is contained in:
Conny Duck 2017-08-11 19:24:03 +02:00
parent f9ee53d753
commit 931836a56d
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@ android {
lintOptions {
disable 'MissingTranslation'
}
packagingOptions { //remove metadata files of jsoup library from final build
exclude 'META-INF/CHANGES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/README.md'
}
}
ext.supportLibraryVersion = '26.0.0'