* Anchira: Add Entry Bundling Prefixing queries with `bundle:` will create a single SManga entry with results as chapters. * Switch default bundle title to first entry's Fix url used to check for bundles Default page count of 1 * Enable filters on bundles * Strip chapter number suffix from bundle title * Convert RegEx to variable * Convert RegEx constructor to top-level val
9 lines
138 B
Groovy
9 lines
138 B
Groovy
ext {
|
|
extName = 'Anchira'
|
|
extClass = '.Anchira'
|
|
extVersionCode = 10
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|