Skip to content

Commit 25b5c26

Browse files
author
qinpengcheng
committed
build types
1 parent 8a14fa2 commit 25b5c26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VideoOS/venvy_pub/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)