remove metadata files of jsoup library from final build
This commit is contained in:
parent
3729cd9c19
commit
98376221ee
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue