From 68e9f25da2beaa87dc908df4d61efe2b547c5907 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 17 Feb 2023 21:48:54 +0100 Subject: [PATCH] add leak canary --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 7711816a5..30f16f468 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,6 +94,8 @@ dependencies { // Google material design libraries implementation "com.google.android.material:material:$rootProject.ext.material" + // LeakCanary to detect memory leaks in debug builds + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10' // crypto libraries implementation 'org.whispersystems:signal-protocol-java:2.6.2'