mirror of
https://github.com/tuskyapp/Tusky
synced 2025-01-31 08:24:55 +01:00
remove metadata files of jsoup library from final build
This commit is contained in:
parent
3729cd9c19
commit
98376221ee
@ -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…
x
Reference in New Issue
Block a user