PR#98 Exclude meta informations
This commit is contained in:
parent
cec6c7e101
commit
fe9f85dc27
4 changed files with 24 additions and 0 deletions
|
|
@ -30,6 +30,12 @@ android {
|
|||
buildFeatures {
|
||||
buildConfig = false
|
||||
}
|
||||
packagingOptions {
|
||||
exclude 'META-INF/LGPL2.1'
|
||||
exclude 'META-INF/AL2.0'
|
||||
exclude 'META-INF/LICENSE.md'
|
||||
exclude 'META-INF/LICENSE-notice.md'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue