mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Display animated webp whenever possible
Support AVIF and HEIF images Handle HEIF images Using new decoder Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
This commit is contained in:
parent
a8a23c153d
commit
756f285675
4 changed files with 61 additions and 37 deletions
|
@ -89,7 +89,10 @@ android {
|
|||
|
||||
dependencies {
|
||||
// Modified dependencies
|
||||
implementation("com.github.jays2kings:subsampling-scale-image-view:dfd3e43")
|
||||
implementation("com.github.jays2kings:subsampling-scale-image-view:dfd3e43") {
|
||||
exclude(module = "image-decoder")
|
||||
}
|
||||
implementation("com.github.tachiyomiorg:image-decoder:0e91111")
|
||||
|
||||
// Source models and interfaces from Tachiyomi 1.x
|
||||
implementation("tachiyomi.sourceapi:source-api:1.1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue