KenjieDec 5d82449b0c
Colored Manga | Fix Latest, Pages Count, Fix Title Search (#4619)
* Fix Latest, Pages Count, Fix Title Search

- "Newest" is now a new Filter that sorts by manga first upload date
- Latest Updates fixed -> date parsed from latest manga chapter date, not manga upload date
2024-09-15 20:22:00 +01:00

9 lines
156 B
Groovy

ext {
extName = 'ColoredManga'
extClass = '.ColoredManga'
extVersionCode = 36
isNsfw = true
}
apply from: "$rootDir/common.gradle"