From 2a2672587c89df4a0b420639d3f62d0c18f0eaaf Mon Sep 17 00:00:00 2001 From: zlzw <583819556@qq.com> Date: Mon, 5 Dec 2022 17:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADleakcanary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8fcb7083c..f21892e75 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -230,7 +230,7 @@ dependencies { annotationProcessor rootProject.ext.dependencies["arouter-compiler"] // implementation rootProject.ext.dependencies["leakcanary"] - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10' + //debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10' }