Forráskód Böngészése

Update dependencies

arkon 4 éve
szülő
commit
cfa07490e5
2 módosított fájl, 5 hozzáadás és 3 törlés
  1. 4 2
      app/build.gradle.kts
  2. 1 1
      build.gradle.kts

+ 4 - 2
app/build.gradle.kts

@@ -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

+ 1 - 1
build.gradle.kts

@@ -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))
     }