mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:15:14 +01:00
Update dependencies, remove play-services-oss-licenses
This commit is contained in:
parent
7401673ac1
commit
40639c0933
@ -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'
|
||||
}
|
||||
|
@ -66,7 +66,7 @@ abstract class BaseController<VB : ViewBinding>(bundle: Bundle? = null) :
|
||||
setTitle()
|
||||
setHasOptionsMenu(true)
|
||||
}
|
||||
|
||||
|
||||
super.onChangeStarted(handler, type)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user