
* MangaNoon: update domain `dateFormat` is wrong, doesn't translate cleanly so left as-is. Set NSFW to false, all the 18+ series checked had at most implied intimacy. * use parseChapterDate() from Galaxy
11 lines
215 B
Groovy
11 lines
215 B
Groovy
ext {
|
|
extName = 'MangaNoon'
|
|
extClass = '.MangaNoon'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://manjanoon.co'
|
|
overrideVersionCode = 3
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|