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 // timber
implementation(libs.timber) implementation(libs.timber)
// leakcanary
debugImplementation(libs.leakcanary.android)
} }
protobuf { protobuf {
+2 -1
View File
@@ -33,6 +33,7 @@ runner = "1.5.2"
androidx-test-ext = "1.2.1" androidx-test-ext = "1.2.1"
timber = "5.0.1" timber = "5.0.1"
kotlinx-serialization = "1.8.1" kotlinx-serialization = "1.8.1"
leakcanary = "2.14"
[libraries] [libraries]
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" } androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" }
@@ -82,7 +83,7 @@ androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version
timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" } timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" } kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
converter-kotlinx-serialization = { module = "com.squareup.retrofit2:converter-kotlinx-serialization", version.ref = "retrofit" } converter-kotlinx-serialization = { module = "com.squareup.retrofit2:converter-kotlinx-serialization", version.ref = "retrofit" }
leakcanary-android = { group = "com.squareup.leakcanary", name = "leakcanary-android", version.ref = "leakcanary" }
[plugins] [plugins]
android-application = { id = "com.android.application", version.ref = "agp" } android-application = { id = "com.android.application", version.ref = "agp" }