From 365b849046298eca4c1e917696302026578bdb48 Mon Sep 17 00:00:00 2001 From: inorichi Date: Fri, 8 Jan 2021 12:12:59 +0100 Subject: [PATCH] Fix bad cropping of PNGs with alpha channel --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 680da6a41a..d112d96821 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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:683808b") + implementation("com.github.tachiyomiorg:subsampling-scale-image-view:30691ed") // Logging implementation("com.jakewharton.timber:timber:4.7.1")