From 911ffe7a629acd928c6d7ff0708794a87b4476ab Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Sat, 1 Jun 2024 19:01:57 +0530 Subject: [PATCH] gradle: Avoid syncing leakcanary for now Signed-off-by: Aayush Gupta --- app/build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 29a7f377c..51a44fc3e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -200,6 +200,7 @@ dependencies { implementation(libs.androidx.room.ktx) implementation(libs.androidx.room.runtime) + // TODO: Re-enable when fixed: https://github.com/square/leakcanary/issues/2677 // LeakCanary - debugImplementation(libs.squareup.leakcanary.android) + // debugImplementation(libs.squareup.leakcanary.android) }