From 48d2849d975ee332d21614bee722adf89795eb27 Mon Sep 17 00:00:00 2001 From: inorichi Date: Mon, 22 Feb 2021 20:43:15 +0100 Subject: [PATCH] Support CMYK and YCCK JPEGs and fix bad PNG cropping --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4fc240af74..ed3589eeaf 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -204,7 +204,7 @@ dependencies { // implementation("com.github.tachiyomiorg:subsampling-scale-image-view:6caf219") // TODO: switch to new decoder for stable releases - implementation("com.github.tachiyomiorg:subsampling-scale-image-view:ca26317") + implementation("com.github.tachiyomiorg:subsampling-scale-image-view:a7170e9") // Logging implementation("com.jakewharton.timber:timber:4.7.1")