
* 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
9 lines
156 B
Groovy
9 lines
156 B
Groovy
ext {
|
|
extName = 'ColoredManga'
|
|
extClass = '.ColoredManga'
|
|
extVersionCode = 36
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|