Update SSIV and image-decoder, except with partially revert to non-broken HEIF/AVIF support

(cherry picked from commit 66a938779df1e1400125b987c23c29ac411dda6d)

# Conflicts:
#	gradle/libs.versions.toml
This commit is contained in:
arkon 2023-09-27 22:54:03 -04:00 committed by Jobobby04
parent 045a8bb08c
commit fd8beebc5f

View File

@ -46,8 +46,8 @@ coil-core = { module = "io.coil-kt:coil" }
coil-gif = { module = "io.coil-kt:coil-gif" } coil-gif = { module = "io.coil-kt:coil-gif" }
coil-compose = { module = "io.coil-kt:coil-compose" } coil-compose = { module = "io.coil-kt:coil-compose" }
subsamplingscaleimageview = "com.github.tachiyomiorg:subsampling-scale-image-view:a51fd97" subsamplingscaleimageview = "com.github.tachiyomiorg:subsampling-scale-image-view:7e57335"
image-decoder = "com.github.tachiyomiorg:image-decoder:1388669a6a" image-decoder = "com.github.tachiyomiorg:image-decoder:fbd6601290"
exifinterface = "androidx.exifinterface:exifinterface:1.3.6" exifinterface = "androidx.exifinterface:exifinterface:1.3.6"
natural-comparator = "com.github.gpanther:java-nat-sort:natural-comparator-1.1" natural-comparator = "com.github.gpanther:java-nat-sort:natural-comparator-1.1"