
* CloudRecess multisrc * ScyllaScans: move to cloudrecess multisrc * FleksyScans: new source * remove baseUrl * simplify popular always use /manga which isn't technically popular but list of all manga which is good enough * HentaiSlayer (ar): move to cloudrecess * remove CloudRecess (en): site appears to be dead * small change * rename * review changes why do I forget headers * add alternative titles to description * parse filters from popular and search response avoid extra call * remove placeholder author/artist * LelscanVF: move to FuzzyDoodle also improve date parsing * add icons to lelscanvf * flexyScans: change icon other one is of Aksy Scan which also posts on the site
10 lines
179 B
Groovy
10 lines
179 B
Groovy
ext {
|
|
extName = 'FleksyScans'
|
|
extClass = '.FleksyScans'
|
|
themePkg = 'fuzzydoodle'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|