Display animated webp whenever possible, otherwise fallback to static image. Fixes #5139

This commit is contained in:
inorichi
2021-05-25 19:42:48 +02:00
parent 9a801cfdfb
commit 8c18a14dfd
4 changed files with 37 additions and 3 deletions

View File

@@ -205,7 +205,10 @@ dependencies {
implementation("io.coil-kt:coil:$coilVersion")
implementation("io.coil-kt:coil-gif:$coilVersion")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:846abe0")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:846abe0") {
exclude(module = "image-decoder")
}
implementation("com.github.tachiyomiorg:image-decoder:e6d680f")
// Logging
implementation("com.jakewharton.timber:timber:4.7.1")