Merge pull request #30 from ouchadam/dependabot/gradle/com.squareup.leakcanary-leakcanary-android-2.9.1

Bump leakcanary-android from 2.8.1 to 2.9.1
This commit is contained in:
Adam Brown 2022-04-25 11:54:45 +01:00 committed by GitHub
commit 61d37dfa8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,5 +89,5 @@ dependencies {
implementation Dependencies.mavenCentral.matrixOlm implementation Dependencies.mavenCentral.matrixOlm
implementation Dependencies.mavenCentral.kotlinSerializationJson implementation Dependencies.mavenCentral.kotlinSerializationJson
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
} }