mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-06 04:14:37 +02:00
Enable minify
The `.apk` and `aab` files will be obfuscated and minified to make the download file smaller.
This commit is contained in:
parent
f5a78a8e38
commit
2c80e04933
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ android {
|
|||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue