Add nsfw to Lilymanga, Muctau and Vyvymanga (#14052)

* Add nsfw to Lilymanga and Muctau

* Add nsfw to Vyvymanga
This commit is contained in:
jferdous70 2022-10-31 16:59:21 -04:00 committed by GitHub
parent c3a716a2b4
commit 7c2d3d1f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -172,7 +172,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Lala Manga", "https://lalamanga.com", "en", isNsfw = true),
SingleLang("Lara Manga", "https://laramanga.love", "en", overrideVersionCode = 1),
SingleLang("LHTranslation", "https://lhtranslation.net", "en", overrideVersionCode = 1),
SingleLang("Lily Manga", "https://lilymanga.com", "en"),
SingleLang("Lily Manga", "https://lilymanga.com", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("Lima Scans", "http://limascans.xyz/v2", "pt-BR", isNsfw = true, overrideVersionCode = 2),
SingleLang("Lolicon", "https://lolicon.mobi", "en", isNsfw = true, overrideVersionCode = 2),
SingleLang("Lord Manga", "https://lordmanga.com", "en"),
@ -317,7 +317,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("MonarcaManga", "https://monarcamanga.com", "es"),
SingleLang("Mortals Groove", "https://mortalsgroove.com", "en", overrideVersionCode = 1),
SingleLang("MR Yaoi Fansub", "https://mrtenzus.com", "pt-BR", isNsfw = true, className = "MrYaoiFansub", overrideVersionCode = 1),
SingleLang("Muctau", "https://www.bibimanga.com", "en", overrideVersionCode = 2),
SingleLang("Muctau", "https://www.bibimanga.com", "en", isNsfw = true, overrideVersionCode = 3),
SingleLang("MurimScan", "https://murimscan.run", "en", isNsfw = true),
SingleLang("My Universe Scanlator", "https://muscan.com.br", "pt-BR"),
SingleLang("Mystical Merries", "https://mysticalmerries.com", "en", overrideVersionCode = 2),

View File

@ -5,7 +5,8 @@ ext {
extName = 'VyvyManga'
pkgNameSuffix = 'en.vyvymanga'
extClass = '.VyvyManga'
extVersionCode = 2
extVersionCode = 3
isNsfw = true
}
apply from: "$rootDir/common.gradle"