Support AVIF and HEIF images (closes #4756)

Co-authored-by: inorichi <inorichi@users.noreply.github.com>
This commit is contained in:
arkon 2021-06-01 18:06:44 -04:00
parent c69420373a
commit db25a9ae4f

View File

@ -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")