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