Browse Source

修改build参数

Pq 1 year ago
parent
commit
8fe47aa5a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      chatModule/build.gradle

+ 1 - 0
chatModule/build.gradle

@@ -31,6 +31,7 @@ android {
         }
         preRelease {
             minifyEnabled false
+            debuggable true
             proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
         }
     }