File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ android {
1919 buildTypes {
2020 debug {
2121 minifyEnabled false
22- buildConfigField " int" , " DebugStatus" , " 1 "
22+ buildConfigField " int" , " DebugStatus" , " 4 "
2323 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
2424 }
2525
2626 preRelease {
2727 // 是否混淆
2828 minifyEnabled false
29- buildConfigField " int" , " DebugStatus" , " 2 "
29+ buildConfigField " int" , " DebugStatus" , " 3 "
3030 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
3131 }
3232
3333 release {
3434 // 是否混淆
3535 minifyEnabled false
36- buildConfigField " int" , " DebugStatus" , " 3 "
36+ buildConfigField " int" , " DebugStatus" , " 1 "
3737 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
3838 }
3939 }
You can’t perform that action at this time.
0 commit comments