From cf15469947491ac61cdf857f22cadc21e57c38a7 Mon Sep 17 00:00:00 2001 From: TheScarastic Date: Thu, 16 Jun 2022 18:02:37 +0530 Subject: advanced-privacy: fix leaks found via leakcanary --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 89559fc..f6fecd2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -135,6 +135,7 @@ dependencies { testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1' } static def log(Object val) { -- cgit v1.2.1