gradle: Avoid syncing leakcanary for now

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-06-01 19:01:57 +05:30
parent e69749c83b
commit 911ffe7a62

View File

@@ -200,6 +200,7 @@ dependencies {
implementation(libs.androidx.room.ktx) implementation(libs.androidx.room.ktx)
implementation(libs.androidx.room.runtime) implementation(libs.androidx.room.runtime)
// TODO: Re-enable when fixed: https://github.com/square/leakcanary/issues/2677
// LeakCanary // LeakCanary
debugImplementation(libs.squareup.leakcanary.android) // debugImplementation(libs.squareup.leakcanary.android)
} }