mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 3
|
|
|
|
dependencies {
|
|
compileOnly("com.github.tachiyomiorg:image-decoder:398d3c074f")
|
|
}
|