Skip to content

Commit

Permalink
Bump image-decoder dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Aug 3, 2023
1 parent 768417b commit 3c45db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dependencies {
implementation("com.github.jays2kings:subsampling-scale-image-view:756849e") {
exclude(module = "image-decoder")
}
implementation("com.github.tachiyomiorg:image-decoder:7481a4a")
implementation("com.github.tachiyomiorg:image-decoder:7879b45")

// Android X libraries
implementation("androidx.appcompat:appcompat:1.6.1")
Expand Down

0 comments on commit 3c45db2

Please sign in to comment.