InariManga: update domain (#2028)

This commit is contained in:
Vetle Ledaal 2024-03-22 16:00:43 +00:00 committed by Draff
parent 063b526748
commit ed9e49fd11
2 changed files with 4 additions and 3 deletions

View File

@ -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"

View File

@ -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")),
) {