浏览代码

Android: disable proGuard for now

LouYihua 7 年之前
父节点
当前提交
9efe6357ae
共有 2 个文件被更改,包括 1 次插入1 次删除
  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