Fix a decoder crash with RAR files

This commit is contained in:
inorichi 2021-03-05 18:52:58 +01:00
parent f51e32f39b
commit 48e7cbd76c

View File

@ -204,7 +204,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:93d74f0")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:547d9c0")
// Logging
implementation("com.jakewharton.timber:timber:4.7.1")