Vetle Ledaal b3a4bf4697
MangaNoon: update domain (#4138)
* 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
2024-07-26 23:35:04 +01:00

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"