Selaa lähdekoodia

Fix jpeg decoder when used with high samples

inorichi 4 vuotta sitten
vanhempi
commit
ce42cba096
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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:cd257f3")
+    implementation("com.github.tachiyomiorg:subsampling-scale-image-view:ca26317")
 
     // Logging
     implementation("com.jakewharton.timber:timber:4.7.1")