소스 검색

Fix a decoder crash with RAR files

inorichi 4 년 전
부모
커밋
48e7cbd76c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle.kts

+ 1 - 1
app/build.gradle.kts

@@ -204,7 +204,7 @@ dependencies {
 
     // implementation("com.github.tachiyomiorg:subsampling-scale-image-view:6caf219")
     // TODO: switch to new decoder for stable releases
-    implementation("com.github.tachiyomiorg:subsampling-scale-image-view:93d74f0")
+    implementation("com.github.tachiyomiorg:subsampling-scale-image-view:547d9c0")
 
     // Logging
     implementation("com.jakewharton.timber:timber:4.7.1")