Reduce APK size by excluding META-INF

This commit is contained in:
TacoTheDank 2020-07-31 21:31:25 -04:00
parent 51d34bcabd
commit 1520ac9077

View file

@ -29,6 +29,10 @@ android {
disable 'MissingTranslation', 'GoogleAppIndexingWarning'
}
packagingOptions {
exclude 'META-INF/*'
}
buildTypes {
release {
minifyEnabled true