added packagingoptions
This commit is contained in:
parent
4004608c9f
commit
086234944e
@ -34,6 +34,14 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
packagingOptions {
|
||||||
|
exclude '/META-INF/CHANGES'
|
||||||
|
exclude '/META-INF/DEPENDENCIES'
|
||||||
|
exclude '/META-INF/README.md'
|
||||||
|
exclude '/META-INF/androidx.*'
|
||||||
|
exclude '/META-INF/com.*'
|
||||||
|
}
|
||||||
|
|
||||||
paranoid {
|
paranoid {
|
||||||
enabled true
|
enabled true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user