Skip to content

Commit e6abade

Browse files
committed
add leakCanary
1 parent 509b698 commit e6abade

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ dependencies {
5656
implementation(deps.coroutines.android)
5757
implementation(deps.koin.android)
5858

59+
debugImplementation(deps.squareup.leakCanary)
60+
5961
testImplementation(deps.test.junit)
6062
androidTestImplementation(deps.test.androidxJunit)
6163
androidTestImplementation(deps.test.androidXSspresso)

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ object deps {
4343
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.9.0"
4444
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2"
4545
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.11.0"
46+
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.7"
4647
}
4748

4849
object coroutines {

0 commit comments

Comments
 (0)