Fix GIF detection on previous commit
(cherry picked from commit a271c3726eda98affc8e9a6877516a31c3451205)
This commit is contained in:
parent
2eb5436b25
commit
f2efe49ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue