Add Plumber to handle some system leaks automatically

This commit is contained in:
arkon
2022-04-24 16:28:09 -04:00
parent 2caf220b18
commit f1126c55ca
2 changed files with 4 additions and 1 deletions

View File

@@ -265,6 +265,7 @@ dependencies {
// For detecting memory leaks; see https://square.github.io/leakcanary/
// debugImplementation(libs.leakcanary.android)
implementation(libs.leakcanary.plumber)
}
tasks {