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
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent 6015b38 commit 935d3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
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 935d3e0

Please sign in to comment.