mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
d6e51e0c53
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 2
|
|
|
|
dependencies {
|
|
// Only PeachScan sources uses the image-decoder dependency.
|
|
//noinspection UseTomlInstead
|
|
compileOnly("com.github.tachiyomiorg:image-decoder:fbd6601290")
|
|
}
|