Reduce APK size by excluding META-INF

master
TacoTheDank 2020-07-31 21:31:25 -04:00
parent 51d34bcabd
commit 1520ac9077
1 changed files with 4 additions and 0 deletions

View File

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