Enable minify

The `.apk` and `aab` files will be obfuscated and minified to make the 
download file smaller.
This commit is contained in:
Finn M Glas 2020-05-20 05:40:54 +02:00
parent f5a78a8e38
commit 2c80e04933
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C

View file

@ -18,7 +18,7 @@ android {
buildTypes { buildTypes {
release { release {
minifyEnabled false minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
} }
} }