Sekaikomik: update domain (#2075)

This commit is contained in:
Vetle Ledaal 2024-03-24 04:25:32 +00:00 committed by GitHub
parent 72bed526c4
commit 5ea18ed7de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Sekaikomik'
extClass = '.Sekaikomik'
themePkg = 'mangathemesia'
baseUrl = 'https://sekaikomik.bio'
overrideVersionCode = 11
baseUrl = 'https://sekaikomik.guru'
overrideVersionCode = 12
isNsfw = true
}

View File

@ -8,7 +8,7 @@ import java.util.Locale
class Sekaikomik : MangaThemesia(
"Sekaikomik",
"https://sekaikomik.bio",
"https://sekaikomik.guru",
"id",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")),
) {