Cuong-Tran 6c1e55053c
Madara: Expose genresList (#7674)
* 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
2025-02-23 21:31:15 +00:00

11 lines
140 B
Plaintext

plugins {
id("lib-multisrc")
}
baseVersionCode = 40
dependencies {
api(project(":lib:cryptoaes"))
api(project(":lib:i18n"))
}