bump image-decoder (#1839)
This commit is contained in:
parent
5292a9ff0a
commit
7560276087
|
@ -2,10 +2,8 @@ plugins {
|
||||||
id("lib-multisrc")
|
id("lib-multisrc")
|
||||||
}
|
}
|
||||||
|
|
||||||
baseVersionCode = 2
|
baseVersionCode = 3
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Only PeachScan sources uses the image-decoder dependency.
|
compileOnly("com.github.tachiyomiorg:image-decoder:398d3c074f")
|
||||||
//noinspection UseTomlInstead
|
|
||||||
compileOnly("com.github.tachiyomiorg:image-decoder:fbd6601290")
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue