AwkwardPeak7 8fd440d838 PeachScans: Bump ImageDecoder and fix for new signature (#2078)
* Bump ImageDecoder and fix for new signature

* fix for empty svg files
2024-03-30 22:04:18 +00:00

10 lines
142 B
Plaintext

plugins {
id("lib-multisrc")
}
baseVersionCode = 4
dependencies {
compileOnly("com.github.tachiyomiorg:image-decoder:e08e9be535")
}