From b0bc3b9f733203b1f9f9d45e6cc149f43fd39942 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Tue, 20 Apr 2021 18:04:14 +0200 Subject: [PATCH] Commented out com.squareup.leakcanary:leakcanary --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 8ef3b37d..7f66b1fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,4 +86,7 @@ dependencies { // Database debugger via adb // debugImplementation 'com.amitshekhar.android:debug-db:1.0.6' + + // Square - Canary + // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' } \ No newline at end of file