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

Fix GIF detection on previous commit

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

+ 1 - 1
app/build.gradle.kts

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