mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Fix a crash with the new decoder when cropping borders of an entirely white or black image
This commit is contained in:
parent
7192b26402
commit
dedb8d2d68
1 changed files with 1 additions and 1 deletions
|
@ -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:700b713")
|
||||
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:683808b")
|
||||
|
||||
// Logging
|
||||
implementation("com.jakewharton.timber:timber:4.7.1")
|
||||
|
|
Loading…
Reference in a new issue