Fix jpeg decoder when used with high samples

This commit is contained in:
inorichi 2021-01-15 16:15:56 +01:00
parent 9670863a41
commit ce42cba096

View File

@ -211,7 +211,7 @@ dependencies {
implementation("com.github.bumptech.glide:okhttp3-integration:$glideVersion")
kapt("com.github.bumptech.glide:compiler:$glideVersion")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:cd257f3")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:ca26317")
// Logging
implementation("com.jakewharton.timber:timber:4.7.1")