[Build] debug 打包配置混淆
This commit is contained in:
@@ -158,7 +158,7 @@ android {
|
||||
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
|
||||
buildConfigField "String", "BASE_URL_STAGING", "BASE_URL"
|
||||
buildConfigField "String", "BASE_URL_RELEASE", server_url_release
|
||||
minifyEnabled false // 是否混淆
|
||||
minifyEnabled minify_enabled.toBoolean() // 是否混淆
|
||||
crunchPngs false // 停用 PNG 压缩
|
||||
signingConfig signingConfigs.v2
|
||||
gradle.taskGraph.whenReady {
|
||||
|
@@ -21,8 +21,8 @@ android.enableResourceOptimizations=false
|
||||
# mob
|
||||
MobSDK.spEdition=FP
|
||||
|
||||
with_jenkins=false
|
||||
only_arm64=false
|
||||
minify_enabled=false
|
||||
|
||||
channel_file=channel.txt
|
||||
CRASHLYTICS_COLLECTION_ENABLED=false
|
||||
|
Reference in New Issue
Block a user