Support AVIF and HEIF images (closes #4756)
Co-authored-by: inorichi <inorichi@users.noreply.github.com>
This commit is contained in:
parent
c69420373a
commit
db25a9ae4f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue