From 044050a4e68d64922a2bae01fb1d161f315f4dca Mon Sep 17 00:00:00 2001 From: renwj Date: Tue, 7 Feb 2023 19:26:37 +0800 Subject: [PATCH] =?UTF-8?q?[2.14.0][build]=20=E6=89=93=E5=8C=85=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E9=97=AE=E9=A2=98=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5c65028837..aef8e583f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,9 +58,9 @@ if (!isAndroidTestBuild()) { crash_fix { enable true } - memory_leak { - enable true - } +// memory_leak { +// enable true +// } } } }