Add NSFW tag to Apollcomics, HeavenManga, MangaMx, TuManga.net, LectorManga (#11241)
This commit is contained in:
parent
6923d87839
commit
768c1306d6
|
@ -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),
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue