From a56e73c689d78bca71b9384d5f21dd7f11fb401c 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 ad6c0a6ed9..bade7bfa14 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