Skip to content

Commit

Permalink
Update image-decoder (#466)
Browse files Browse the repository at this point in the history
Use newer image-decoder lib

fixes crashing when trying to load corrupt images below 12 bytes in size
# Conflicts:
#	gradle/libs.versions.toml
  • Loading branch information
az4521 authored and cuong-tran committed Mar 18, 2024
1 parent f6dcb24 commit f1ed6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ coil-compose = { module = "io.coil-kt.coil3:coil-compose" }
coil-network-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp" }

subsamplingscaleimageview = "com.github.tachiyomiorg:subsampling-scale-image-view:7e57335"
image-decoder = "com.github.tachiyomiorg:image-decoder:fbd6601290"
image-decoder = "com.github.tachiyomiorg:image-decoder:398d3c074f"
exifinterface = "androidx.exifinterface:exifinterface:1.3.6"

natural-comparator = "com.github.gpanther:java-nat-sort:natural-comparator-1.1"
Expand Down

0 comments on commit f1ed6c0

Please sign in to comment.