chore: Update SSIV

This commit is contained in:
ziro 2024-02-03 16:26:11 +07:00
parent 6785de31f8
commit 01c7795312
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 5 additions and 4 deletions

View file

@ -18,3 +18,4 @@
- Split PreferencesHelper even more
- Simplify extension install issue fix (AwkwardPeak7)
- Update dependency com.github.tachiyomiorg:image-decoder to fbd6601290
- Update dependency com.github.tachiyomiorg:subsampling-scale-image-view to 7e57335

View file

@ -147,7 +147,7 @@ dependencies {
implementation(androidx.glance.appwidget)
// Modified dependencies
implementation(libs.subsampling.scale.image.view) {
implementation(libs.subsamplingscaleimageview) {
exclude(module = "image-decoder")
}
implementation(libs.image.decoder)

View file

@ -56,7 +56,7 @@ rxjava = { module = "io.reactivex:rxjava", version = "1.3.8" }
rxandroid = { module = "io.reactivex:rxandroid", version = "1.2.1" }
slice = { module = "com.github.mthli:Slice", version = "v1.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-provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizuku" }
taptargetview = { module = "com.getkeepsafe.taptargetview:taptargetview", version = "1.13.3" }