From 40639c0933b81881a206f185195389be13cf7cbb Mon Sep 17 00:00:00 2001 From: arkon Date: Thu, 9 Jul 2020 18:30:57 -0400 Subject: [PATCH] Update dependencies, remove play-services-oss-licenses --- app/build.gradle | 6 ++---- .../kanade/tachiyomi/ui/base/controller/BaseController.kt | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5e1425fa0..48c1bd348 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -133,7 +133,7 @@ dependencies { implementation 'androidx.biometric:biometric:1.1.0-alpha01' implementation 'androidx.browser:browser:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta7' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta8' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.preference:preference:1.1.1' @@ -154,7 +154,7 @@ dependencies { // UI library implementation 'com.google.android.material:material:1.3.0-alpha01' - standardImplementation 'com.google.firebase:firebase-core:17.4.3' + standardImplementation 'com.google.firebase:firebase-core:17.4.4' // ReactiveX implementation 'io.reactivex:rxandroid:1.2.1' @@ -278,8 +278,6 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" - implementation 'com.google.android.gms:play-services-oss-licenses:17.0.0' - // For detecting memory leaks; see https://square.github.io/leakcanary/ // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2' } diff --git a/app/src/main/java/eu/kanade/tachiyomi/ui/base/controller/BaseController.kt b/app/src/main/java/eu/kanade/tachiyomi/ui/base/controller/BaseController.kt index eb582377c..74a82d711 100644 --- a/app/src/main/java/eu/kanade/tachiyomi/ui/base/controller/BaseController.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/ui/base/controller/BaseController.kt @@ -66,7 +66,7 @@ abstract class BaseController(bundle: Bundle? = null) : setTitle() setHasOptionsMenu(true) } - + super.onChangeStarted(handler, type) }