Add NSFW tag to Apollcomics, HeavenManga, MangaMx, TuManga.net, LectorManga (#11241)

This commit is contained in:
Vetle Ledaal 2022-03-25 15:21:42 +00:00 committed by GitHub
parent 6923d87839
commit 768c1306d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 5 deletions

View File

@ -39,7 +39,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Anikiga", "https://anikiga.com", "tr"), SingleLang("Anikiga", "https://anikiga.com", "tr"),
SingleLang("Anime Center Scan", "https://animecenterscan.com", "pt-BR", isNsfw = true), SingleLang("Anime Center Scan", "https://animecenterscan.com", "pt-BR", isNsfw = true),
SingleLang("Anisa Manga", "https://anisamanga.com", "tr"), SingleLang("Anisa Manga", "https://anisamanga.com", "tr"),
SingleLang("ApollComics", "https://apollcomics.xyz", "es", overrideVersionCode = 1), SingleLang("ApollComics", "https://apollcomics.xyz", "es", isNsfw = true, overrideVersionCode = 2),
SingleLang("Apolltoons", "https://apolltoons.xyz", "es", isNsfw = true), SingleLang("Apolltoons", "https://apolltoons.xyz", "es", isNsfw = true),
SingleLang("Aqua Manga", "https://aquamanga.com", "en"), SingleLang("Aqua Manga", "https://aquamanga.com", "en"),
SingleLang("ArazNovel", "https://www.araznovel.com", "tr", overrideVersionCode = 3), SingleLang("ArazNovel", "https://www.araznovel.com", "tr", overrideVersionCode = 3),

View File

@ -5,7 +5,8 @@ ext {
extName = 'HeavenManga' extName = 'HeavenManga'
pkgNameSuffix = 'es.heavenmanga' pkgNameSuffix = 'es.heavenmanga'
extClass = '.HeavenManga' extClass = '.HeavenManga'
extVersionCode = 5 extVersionCode = 6
isNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -5,7 +5,8 @@ ext {
extName = 'LectorManga' extName = 'LectorManga'
pkgNameSuffix = 'es.lectormanga' pkgNameSuffix = 'es.lectormanga'
extClass = '.LectorManga' extClass = '.LectorManga'
extVersionCode = 21 extVersionCode = 22
isNsfw = true
} }
dependencies { dependencies {

View File

@ -6,7 +6,8 @@ ext {
extName = 'MangaMx' extName = 'MangaMx'
pkgNameSuffix = 'es.mangamx' pkgNameSuffix = 'es.mangamx'
extClass = '.MangaMx' extClass = '.MangaMx'
extVersionCode = 12 extVersionCode = 13
isNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -5,7 +5,8 @@ ext {
extName = 'TuMangaOnline' extName = 'TuMangaOnline'
pkgNameSuffix = 'es.tumangaonline' pkgNameSuffix = 'es.tumangaonline'
extClass = '.TuMangaOnline' extClass = '.TuMangaOnline'
extVersionCode = 36 extVersionCode = 37
isNsfw = true
} }
dependencies { dependencies {