From 6935ae545c0b0b7439ed15d7116fbe4714ef92c2 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Tue, 10 Dec 2024 07:54:53 +0700 Subject: [PATCH] chore(deps): Uncomment leakcanary on debug build --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b8eda7304c..f7ca95f70b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -272,7 +272,7 @@ dependencies { // For detecting memory leaks // REF: https://square.github.io/leakcanary/ - // debugImplementation(libs.leakcanary.android) + debugImplementation(libs.leakcanary.android) implementation(libs.leakcanary.plumber) }