Merge pull request #263 from ouchadam/dependabot/gradle/com.squareup.leakcanary-leakcanary-android-2.10

Bump leakcanary-android from 2.9.1 to 2.10
This commit is contained in:
Adam Brown 2022-11-15 21:07:23 +00:00 committed by GitHub
commit b58434aac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ ext.Dependencies.with {
sqldelightAndroid = "com.squareup.sqldelight:android-driver:${sqldelightVer}"
sqldelightInMemory = "com.squareup.sqldelight:sqlite-driver:${sqldelightVer}"
leakCanary = 'com.squareup.leakcanary:leakcanary-android:2.9.1'
leakCanary = 'com.squareup.leakcanary:leakcanary-android:2.10'
ktorAndroid = "io.ktor:ktor-client-android:${ktorVer}"
ktorCore = "io.ktor:ktor-client-core:${ktorVer}"