mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Update SSIV
This commit is contained in:
parent
6785de31f8
commit
01c7795312
3 changed files with 5 additions and 4 deletions
|
@ -17,4 +17,5 @@
|
||||||
## Other
|
## Other
|
||||||
- Split PreferencesHelper even more
|
- Split PreferencesHelper even more
|
||||||
- Simplify extension install issue fix (AwkwardPeak7)
|
- Simplify extension install issue fix (AwkwardPeak7)
|
||||||
- Update dependency com.github.tachiyomiorg:image-decoder to fbd6601290
|
- Update dependency com.github.tachiyomiorg:image-decoder to fbd6601290
|
||||||
|
- Update dependency com.github.tachiyomiorg:subsampling-scale-image-view to 7e57335
|
||||||
|
|
|
@ -147,7 +147,7 @@ dependencies {
|
||||||
implementation(androidx.glance.appwidget)
|
implementation(androidx.glance.appwidget)
|
||||||
|
|
||||||
// Modified dependencies
|
// Modified dependencies
|
||||||
implementation(libs.subsampling.scale.image.view) {
|
implementation(libs.subsamplingscaleimageview) {
|
||||||
exclude(module = "image-decoder")
|
exclude(module = "image-decoder")
|
||||||
}
|
}
|
||||||
implementation(libs.image.decoder)
|
implementation(libs.image.decoder)
|
||||||
|
|
|
@ -56,7 +56,7 @@ rxjava = { module = "io.reactivex:rxjava", version = "1.3.8" }
|
||||||
rxandroid = { module = "io.reactivex:rxandroid", version = "1.2.1" }
|
rxandroid = { module = "io.reactivex:rxandroid", version = "1.2.1" }
|
||||||
slice = { module = "com.github.mthli:Slice", version = "v1.2" }
|
slice = { module = "com.github.mthli:Slice", version = "v1.2" }
|
||||||
sqlite-android = { module = "com.github.requery:sqlite-android", version = "3.39.2" }
|
sqlite-android = { module = "com.github.requery:sqlite-android", version = "3.39.2" }
|
||||||
subsampling-scale-image-view = { module = "com.github.jays2kings:subsampling-scale-image-view", version = "756849e" }
|
subsamplingscaleimageview = { module = "com.github.jays2kings:subsampling-scale-image-view", version = "7e57335" }
|
||||||
shizuku-api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
|
shizuku-api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
|
||||||
shizuku-provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizuku" }
|
shizuku-provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizuku" }
|
||||||
taptargetview = { module = "com.getkeepsafe.taptargetview:taptargetview", version = "1.13.3" }
|
taptargetview = { module = "com.getkeepsafe.taptargetview:taptargetview", version = "1.13.3" }
|
||||||
|
@ -71,4 +71,4 @@ viewtooltip = { module = "com.github.florent37:viewtooltip", version = "1.2.2" }
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
kotlinter = { id = "org.jmailen.kotlinter", version = "4.1.1" }
|
kotlinter = { id = "org.jmailen.kotlinter", version = "4.1.1" }
|
||||||
gradle-versions = { id = "com.github.ben-manes.versions", version = "0.42.0" }
|
gradle-versions = { id = "com.github.ben-manes.versions", version = "0.42.0" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue