InariManga: Update domain ()

update domain
This commit is contained in:
bapeey 2024-04-13 00:49:48 -05:00 committed by Draff
parent 2a81be31c1
commit 5a118fec87
2 changed files with 3 additions and 3 deletions
src/es/inarimanga
build.gradle
src/eu/kanade/tachiyomi/extension/es/inarimanga

@ -2,8 +2,8 @@ ext {
extName = 'InariManga'
extClass = '.InariManga'
themePkg = 'mangathemesia'
baseUrl = 'https://visorinari.com'
overrideVersionCode = 9
baseUrl = 'https://rukavinari.org'
overrideVersionCode = 10
isNsfw = true
}

@ -8,7 +8,7 @@ import java.util.Locale
class InariManga : MangaThemesia(
"InariManga",
"https://visorinari.com",
"https://rukavinari.org",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("en")),
) {