* 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
9 lines
159 B
Groovy
9 lines
159 B
Groovy
ext {
|
|
extName = 'Lelscan-VF'
|
|
extClass = '.LelscanVF'
|
|
themePkg = 'fuzzydoodle'
|
|
overrideVersionCode = 13
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|