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