Update dependencies

This commit is contained in:
arkon 2021-02-05 22:59:29 -05:00
parent ae40990eb9
commit cfa07490e5
2 changed files with 5 additions and 3 deletions

View File

@ -142,9 +142,9 @@ dependencies {
implementation("androidx.work:work-runtime-ktx:2.5.0")
// UI library
implementation("com.google.android.material:material:1.3.0-rc01")
implementation("com.google.android.material:material:1.3.0")
"standardImplementation"("com.google.firebase:firebase-core:18.0.1")
"standardImplementation"("com.google.firebase:firebase-core:18.0.2")
// ReactiveX
implementation("io.reactivex:rxandroid:1.2.1")
@ -203,6 +203,8 @@ dependencies {
implementation("com.github.bumptech.glide:okhttp3-integration:$glideVersion")
kapt("com.github.bumptech.glide:compiler:$glideVersion")
// implementation"("com.github.tachiyomiorg:subsampling-scale-image-view:6caf219")
// TODO: switch to new decoder for stable releases
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:ca26317")
// Logging

View File

@ -26,7 +26,7 @@ subprojects {
buildscript {
dependencies {
classpath("com.github.zellius:android-shortcut-gradle-plugin:0.1.2")
classpath("com.google.gms:google-services:4.3.4")
classpath("com.google.gms:google-services:4.3.5")
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${BuildPluginsVersion.ABOUTLIB_PLUGIN}")
classpath(kotlin("serialization", version = BuildPluginsVersion.KOTLIN))
}