Преглед на файлове

Support CMYK and YCCK JPEGs and fix bad PNG cropping

inorichi преди 4 години
родител
ревизия
48d2849d97
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/build.gradle.kts

+ 1 - 1
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")