bump image-decoder (#1839)
This commit is contained in:
parent
5292a9ff0a
commit
7560276087
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue