Switch to stable image decoder

(cherry picked from commit f590378761e089a62e2fa6f0814c96931659aed5)

# Conflicts:
#	.github/ISSUE_TEMPLATE.md
#	.github/ISSUE_TEMPLATE/bug_report.md
#	.github/ISSUE_TEMPLATE/feature_request.md
#	app/build.gradle.kts
This commit is contained in:
arkon 2021-02-12 16:01:23 -05:00 committed by Jobobby04
parent 0f349da3bc
commit fd65aa8fe4

View File

@ -209,9 +209,9 @@ 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")
// implementation("com.github.tachiyomiorg:subsampling-scale-image-view:ca26317")
// Logging
implementation("com.jakewharton.timber:timber:4.7.1")