mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 04:37:25 +01:00
Update dependencies
This commit is contained in:
parent
ae40990eb9
commit
cfa07490e5
@ -142,9 +142,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")
|
||||||
@ -203,6 +203,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
|
||||||
|
@ -26,7 +26,7 @@ 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))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user