bump image-decoder (#1839)

This commit is contained in:
AwkwardPeak7 2024-03-13 13:50:20 +05:00 committed by GitHub
parent 81ce7f3d5c
commit 1429667312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,10 +2,8 @@ plugins {
id("lib-multisrc")
}
baseVersionCode = 2
baseVersionCode = 3
dependencies {
// Only PeachScan sources uses the image-decoder dependency.
//noinspection UseTomlInstead
compileOnly("com.github.tachiyomiorg:image-decoder:fbd6601290")
compileOnly("com.github.tachiyomiorg:image-decoder:398d3c074f")
}