Update SSIV and image-decoder

Includes updated libwebp for CVE-2023-5129

(cherry picked from commit ed506f84951677a5772e06720fc5cf1442a99b9b)

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

View File

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