Browse Source

shrinkResources true

git@yoqi.me 1 year ago
parent
commit
001c5e0b03
1 changed files with 2 additions and 1 deletions
  1. 2 1
      android/app/build.gradle

+ 2 - 1
android/app/build.gradle

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