From 0c64fabb5171449f6808e881fc3909e105e8184b Mon Sep 17 00:00:00 2001 From: zhongchao Date: Wed, 23 Aug 2023 16:43:52 +0800 Subject: [PATCH] [6.0.0] fix bytex problem --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 68f5f38e18..d693b38508 100644 --- a/gradle.properties +++ b/gradle.properties @@ -53,12 +53,12 @@ android.enableD8.desugaring=true android.enableDesugar=true bytex.enableHtmlLog=true bytex.forbidUseLenientMutationDuringGetArtifact=true -bytex.verifyProguardConfigurationChanged=falseikj +bytex.verifyProguardConfigurationChanged=false bytex.ASM_API=ASM7 ################ 外部依赖引用 ################ # loglib -LOGLIB_VERSION=1.9.4 +LOGLIB_VERSION=1.9.5-SNAPSHOT ######## MogoAiCloudSDK Version ######## # 网络请求LOGLIB_VERSION MOGO_NETWORK_VERSION=1.4.7.12