From 6be485ea793c2daa58c41d95dfa86cfd97fb5568 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 6 Feb 2021 09:31:18 -0500 Subject: [PATCH] Switch back to new image decoder for preview builds (cherry picked from commit ec6eef6d376541ec59043ae82de85037d296b6b6) # Conflicts: # app/build.gradle.kts --- 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 f4325ec53..d29419415 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -209,7 +209,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:6caf219") + // 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:ca26317")