
* ManhwasMen: fix popular manda selectors and creator, latest manga selectors and parser, manga details parser * manhwasmen: add alternative names in description * manhwasmen: change .not to isNotBlank Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com> --------- Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
11 lines
209 B
Groovy
11 lines
209 B
Groovy
ext {
|
|
extName = 'Manhwas Men'
|
|
extClass = '.ManhwasMen'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://manhwas.men'
|
|
overrideVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|