From 2db7d41bd67b79c6dc8c5b359a7b27100379f45f Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 13 Apr 2020 00:43:53 +0530 Subject: [PATCH] temp: disable leakcanary framework leaks on Samsung are pissing me off Signed-off-by: Harsh Shandilya --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ac5dcb91d..16305d7e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -115,8 +115,8 @@ dependencies { if (isSnapshot()) { implementation deps.third_party.leakcanary - } else { - debugImplementation deps.third_party.leakcanary +// } else { +// debugImplementation deps.third_party.leakcanary } // Testing-only dependencies