Browse Source

Fixes on the new decoder library

inorichi 4 years ago
parent
commit
7192b26402
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle.kts

+ 1 - 1
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:ea1e51b")
+    implementation("com.github.tachiyomiorg:subsampling-scale-image-view:700b713")
 
     // Logging
     implementation("com.jakewharton.timber:timber:4.7.1")