From cb8df756f87127db5beae7c476ceb62278ff9d8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 09:49:10 -0800 Subject: [PATCH] Bump leakcanary-android from 2.7 to 2.8 (#4491) Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.7 to 2.8. - [Release notes](https://github.com/square/leakcanary/releases) - [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md) - [Commits](https://github.com/square/leakcanary/compare/v2.7...v2.8) --- updated-dependencies: - dependency-name: com.squareup.leakcanary:leakcanary-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/build.gradle | 2 +- stripecardscan-example/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/build.gradle b/example/build.gradle index ed3c8286a5c..76de6a124c7 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8' implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion" diff --git a/stripecardscan-example/build.gradle b/stripecardscan-example/build.gradle index 1b6d8a9e5c6..e0d49750614 100644 --- a/stripecardscan-example/build.gradle +++ b/stripecardscan-example/build.gradle @@ -51,7 +51,7 @@ dependencies { // Integration with observables implementation "androidx.compose.runtime:runtime-livedata:$composeVersion" - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3'