chore(deps): Uncomment leakcanary on debug build

This commit is contained in:
Ahmad Ansori Palembani 2024-12-10 07:54:53 +07:00
parent fe59d7f4ec
commit 6935ae545c
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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)
}