Update dependencies

(cherry picked from commit cfa07490e5e586facb1bf94d48164dda1650a765)

# Conflicts:
#	build.gradle.kts
This commit is contained in:
arkon 2021-02-05 22:59:29 -05:00 committed by Jobobby04
parent eb2ceebeeb
commit 73a1c27dd9
2 changed files with 6 additions and 4 deletions

View File

@ -148,9 +148,9 @@ dependencies {
implementation("androidx.work:work-runtime-ktx:2.5.0") implementation("androidx.work:work-runtime-ktx:2.5.0")
// UI library // 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 // ReactiveX
implementation("io.reactivex:rxandroid:1.2.1") implementation("io.reactivex:rxandroid:1.2.1")
@ -209,6 +209,8 @@ dependencies {
implementation("com.github.bumptech.glide:okhttp3-integration:$glideVersion") implementation("com.github.bumptech.glide:okhttp3-integration:$glideVersion")
kapt("com.github.bumptech.glide:compiler:$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") implementation("com.github.tachiyomiorg:subsampling-scale-image-view:ca26317")
// Logging // Logging

View File

@ -26,8 +26,8 @@ subprojects {
buildscript { buildscript {
dependencies { dependencies {
classpath("com.github.zellius:android-shortcut-gradle-plugin:0.1.2") 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("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${BuildPluginsVersion.ABOUTLIB_PLUGIN}")
classpath(kotlin("serialization", version = BuildPluginsVersion.KOTLIN)) classpath(kotlin("serialization", version = BuildPluginsVersion.KOTLIN))
// Realm (EH) // Realm (EH)
classpath("io.realm:realm-gradle-plugin:7.0.1") classpath("io.realm:realm-gradle-plugin:7.0.1")