Update SubsamplingScaleImageView

Merged with upstream master and disabled Jetifier.

(cherry picked from commit 1ae52bd33f2f638640bcea4e059be9003499685e)
This commit is contained in:
arkon 2021-01-10 11:02:21 -05:00 committed by Jobobby04
parent a0ac2daad1
commit d4b0e2869d

View File

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