From 1740f4e258f07309d5037238f206a87947de094f Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Sat, 14 Aug 2021 17:53:38 +0200 Subject: [PATCH] Temporary removed CanaryLeak from dependencies --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6c026164..01aa8702 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ dependencies { // debugImplementation 'com.amitshekhar.android:debug-db:1.0.6' // Square - Canary - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' + // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' // Red screen of death // debugImplementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2'