diff --git a/app/build.gradle b/app/build.gradle index 731b6e1..0ffcf89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation project(":updatemanager") implementation 'com.google.android.material:material:1.1.0' // implementation 'com.github.SanojPunchihewa:InAppUpdater:1.0.4-alpha.2' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' testImplementation 'junit:junit:4.13.1' androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' diff --git a/updatemanager/build.gradle b/updatemanager/build.gradle index 2459274..8412ecd 100644 --- a/updatemanager/build.gradle +++ b/updatemanager/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'com.google.android.play:core:1.9.1' // Downgraded to fix fading of Material TextInputLayout implementation 'com.google.android.material:material:1.1.0' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' testImplementation 'junit:junit:4.13.1' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'