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 3729cd9c19
commit 98376221ee
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'