mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
e391fb2548
* Bump ImageDecoder and fix for new signature * fix for empty svg files
10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 4
|
|
|
|
dependencies {
|
|
compileOnly("com.github.tachiyomiorg:image-decoder:e08e9be535")
|
|
}
|