mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Switch SSIV
This commit is contained in:
parent
01c7795312
commit
d1e2fd2059
2 changed files with 3 additions and 2 deletions
|
@ -18,4 +18,5 @@
|
|||
- 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
|
||||
- Replace dependency com.github.jays2kings:subsampling-scale-image-view with com.github.null2264:subsampling-scale-image-view
|
||||
- Update dependency com.github.null2264:subsampling-scale-image-view to 7e573353d4
|
||||
|
|
|
@ -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" }
|
||||
subsamplingscaleimageview = { module = "com.github.jays2kings:subsampling-scale-image-view", version = "7e57335" }
|
||||
subsamplingscaleimageview = { module = "com.github.null2264:subsampling-scale-image-view", version = "7e573353d4" }
|
||||
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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue