debug: Add dependency upon leak canary
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -188,4 +188,7 @@ dependencies {
|
|||||||
|
|
||||||
//WorkManager
|
//WorkManager
|
||||||
implementation("androidx.work:work-runtime-ktx:2.8.1")
|
implementation("androidx.work:work-runtime-ktx:2.8.1")
|
||||||
|
|
||||||
|
// LeakCanary
|
||||||
|
debugImplementation("com.squareup.leakcanary:leakcanary-android:2.12")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user