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'