Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.leakcanary:leakcanary-andro…
Browse files Browse the repository at this point in the history
…id to v2.12 (#78)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 17, 2023
1 parent 5373d38 commit fcadc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Expand Up @@ -56,7 +56,7 @@ object deps {
const val converterMoshi = "com.squareup.retrofit2:converter-moshi:2.9.0"
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2"
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:1.15.0"
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.9.1"
const val leakCanary = "com.squareup.leakcanary:leakcanary-android:2.12"
}

object coroutines {
Expand Down

0 comments on commit fcadc1f

Please sign in to comment.