gradle: Avoid syncing leakcanary for now
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user