InariManga: update domain (#2028)
This commit is contained in:
parent
063b526748
commit
ed9e49fd11
|
@ -2,8 +2,9 @@ ext {
|
||||||
extName = 'InariManga'
|
extName = 'InariManga'
|
||||||
extClass = '.InariManga'
|
extClass = '.InariManga'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://inarimanga.net'
|
baseUrl = 'https://visorinari.com'
|
||||||
overrideVersionCode = 8
|
overrideVersionCode = 9
|
||||||
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -8,7 +8,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class InariManga : MangaThemesia(
|
class InariManga : MangaThemesia(
|
||||||
"InariManga",
|
"InariManga",
|
||||||
"https://inarimanga.net",
|
"https://visorinari.com",
|
||||||
"es",
|
"es",
|
||||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("en")),
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("en")),
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue