Browse Source

Reenable Proguard

arkon 5 years ago
parent
commit
bb7ed73743
1 changed files with 5 additions and 0 deletions
  1. 5 0
      app/build.gradle

+ 5 - 0
app/build.gradle

@@ -62,6 +62,11 @@ android {
             versionNameSuffix "-${getCommitCount()}"
             applicationIdSuffix ".debug"
         }
+        release {
+            minifyEnabled true
+            shrinkResources true
+            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+        }
     }
 
     flavorDimensions "default"