
* Madara: Allow ext to preload with a list of genres Help with fork like SY which allows saving search * fix extensions * update the fetchSearchManga to using HttpUrlBuilder
11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 40
|
|
|
|
dependencies {
|
|
api(project(":lib:cryptoaes"))
|
|
api(project(":lib:i18n"))
|
|
}
|