beerpsi 93c5dbc650 MMRCMS: Dynamic filter rework (#1315)
* MMRCMS: Dynamic filter rework, remove Last updated sort in Mangas.in

* Formatting

* Show the reset message when filters are fetching

* Linting

* Dynamically fetch sort options

* Add i18n support

* Remove unused import
2024-02-18 20:25:13 +00:00

10 lines
105 B
Plaintext

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