From 2c27af28a3e8706cba7f079f49e4bb13c6c8ef49 Mon Sep 17 00:00:00 2001 From: renwj Date: Sat, 28 Jan 2023 15:49:49 +0800 Subject: [PATCH] =?UTF-8?q?[2.13.2]=E5=BC=BA=E5=88=B6=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E7=BA=BF=E7=A8=8B=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9470c7c56c..98bc4c30e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,8 +39,8 @@ if (!isAndroidTestBuild()) { if (!isAndroidTestBuild()) { apply plugin: 'bytex.threadOpt' thread_opt { - enable !isReleaseBuild - enableInDebug !isReleaseBuild + enable true + enableInDebug true logLevel "DEBUG" } }