Selaa lähdekoodia

Update dependencies, remove play-services-oss-licenses

arkon 4 vuotta sitten
vanhempi
commit
40639c0933

+ 2 - 4
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'
 }

+ 1 - 1
app/src/main/java/eu/kanade/tachiyomi/ui/base/controller/BaseController.kt

@@ -66,7 +66,7 @@ abstract class BaseController<VB : ViewBinding>(bundle: Bundle? = null) :
             setTitle()
             setHasOptionsMenu(true)
         }
-        
+
         super.onChangeStarted(handler, type)
     }