Fix a decoder crash

(cherry picked from commit d4c9ab793f3966e1e3ae17b826daf9067adca98c)
This commit is contained in:
inorichi 2021-02-23 16:53:57 +01:00 committed by Jobobby04
parent 853e8faec5
commit 1b09eecfce

View File

@ -211,7 +211,7 @@ dependencies {
// implementation("com.github.tachiyomiorg:subsampling-scale-image-view:6caf219")
// TODO: switch to new decoder for stable releases
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:a7170e9")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:93d74f0")
// Logging
implementation("com.jakewharton.timber:timber:4.7.1")