Reduce APK size by excluding META-INF
This commit is contained in:
parent
51d34bcabd
commit
1520ac9077
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ android {
|
||||||
disable 'MissingTranslation', 'GoogleAppIndexingWarning'
|
disable 'MissingTranslation', 'GoogleAppIndexingWarning'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
packagingOptions {
|
||||||
|
exclude 'META-INF/*'
|
||||||
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
|
|
Loading…
Reference in a new issue