From fd8beebc5f1c8f4af8fe89d68d24ec74aa72f850 Mon Sep 17 00:00:00 2001 From: arkon Date: Wed, 27 Sep 2023 22:54:03 -0400 Subject: [PATCH] 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 --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 29f747124..3f0733c5b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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:a51fd97" -image-decoder = "com.github.tachiyomiorg:image-decoder:1388669a6a" +subsamplingscaleimageview = "com.github.tachiyomiorg:subsampling-scale-image-view:7e57335" +image-decoder = "com.github.tachiyomiorg:image-decoder:fbd6601290" exifinterface = "androidx.exifinterface:exifinterface:1.3.6" natural-comparator = "com.github.gpanther:java-nat-sort:natural-comparator-1.1"