Browse Source

Android: disable proGuard for now

LouYihua 7 years ago
parent
commit
9efe6357ae
2 changed files with 1 additions and 1 deletions
  1. 1 1
      android/app/build.gradle
  2. 0 0
      android/app/proguard-rules.txt

+ 1 - 1
android/app/build.gradle

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

+ 0 - 0
android/app/proguard-rules.txt