Эх сурвалжийг харах

Fix png artifacts & banding when ratio > 1

inorichi 4 жил өмнө
parent
commit
96b8beb9cd
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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")