From a24d612704c3b94e6079bf5b8785c80276463f69 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 23 Jul 2019 08:45:32 +0200 Subject: [PATCH] Leak canary --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 52b939bbe9..0684e7e265 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -247,6 +247,9 @@ dependencies { // https://github.com/KeepSafe/ReLinker implementation "com.getkeepsafe.relinker:relinker:$relinker_version" + // https://square.github.io/leakcanary/getting_started/ + //debugImplementation "com.squareup.leakcanary:leakcanary-android:2.0-alpha-3" + // git clone https://android.googlesource.com/platform/frameworks/opt/colorpicker implementation project(path: ':colorpicker') }