瀏覽代碼

Fix a decoder crash

inorichi 4 年之前
父節點
當前提交
d4c9ab793f
共有 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:a7170e9")
+    implementation("com.github.tachiyomiorg:subsampling-scale-image-view:93d74f0")
 
     // Logging
     implementation("com.jakewharton.timber:timber:4.7.1")