add leakcanary

This commit is contained in:
2026-06-11 01:33:31 +02:00
parent 39c31f96a8
commit 787acff1e8
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -195,6 +195,9 @@ dependencies {
// timber
implementation(libs.timber)
// leakcanary
debugImplementation(libs.leakcanary.android)
}
protobuf {