Fix png artifacts & banding when ratio > 1

This commit is contained in:
inorichi 2021-01-08 15:13:58 +01:00
parent 365b849046
commit 96b8beb9cd

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:30691ed")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:60b3a2b")
// Logging
implementation("com.jakewharton.timber:timber:4.7.1")