瀏覽代碼

Support AVIF and HEIF images (closes #4756)

Co-authored-by: inorichi <[email protected]>
arkon 3 年之前
父節點
當前提交
db25a9ae4f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/build.gradle.kts

+ 1 - 1
app/build.gradle.kts

@@ -219,7 +219,7 @@ dependencies {
     implementation("com.github.tachiyomiorg:subsampling-scale-image-view:846abe0") {
         exclude(module = "image-decoder")
     }
-    implementation("com.github.tachiyomiorg:image-decoder:7a44c9b")
+    implementation("com.github.tachiyomiorg:image-decoder:ac5f65c")
 
     // Logging
     implementation("com.jakewharton.timber:timber:4.7.1")