From b885a24b8e2d373aab3877d72bd2f10d089e081f Mon Sep 17 00:00:00 2001 From: wzq Date: Wed, 18 Oct 2023 17:40:25 +0800 Subject: [PATCH] =?UTF-8?q?[Build]=20debug=20=E6=89=93=E5=8C=85=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=B7=B7=E6=B7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1071e69ec..a284fa644 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/gradle.properties b/gradle.properties index cbca426ee..c1ae39462 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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