mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
5dc433c04b
* Adds support for any path in peachscan * Deeplink: Ignore manga collection path * Cleanup
10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 9
|
|
|
|
dependencies {
|
|
compileOnly("com.github.tachiyomiorg:image-decoder:e08e9be535")
|
|
}
|