Update Leak Canary to 2.4
This commit is contained in:
parent
495de8f0f8
commit
d2f07e6ffe
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ dependencies {
|
|||
implementation "com.jakewharton.timber:timber:${versions.timber}"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:${versions.kotlinCoroutines}"
|
||||
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3'
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.4'
|
||||
|
||||
// Required for DependencyInjectionTest to be able to resolve OpenPgpApiManager
|
||||
testImplementation project(':plugins:openpgp-api-lib:openpgp-api')
|
||||
|
|
Loading…
Reference in a new issue