Procházet zdrojové kódy

Fix png artifacts & banding when ratio > 1

inorichi před 4 roky
rodič
revize
96b8beb9cd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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:30691ed")
+    implementation("com.github.tachiyomiorg:subsampling-scale-image-view:60b3a2b")
 
     // Logging
     implementation("com.jakewharton.timber:timber:4.7.1")