Switch back to new image decoder for preview builds

(cherry picked from commit ec6eef6d376541ec59043ae82de85037d296b6b6)

# Conflicts:
#	app/build.gradle.kts
This commit is contained in:
arkon 2021-02-06 09:31:18 -05:00 committed by Jobobby04
parent e80a4bea18
commit 6be485ea79

View File

@ -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")