Sekaikomik: update domain ()

This commit is contained in:
Vetle Ledaal 2024-03-24 04:25:32 +00:00 committed by Draff
parent a06318f264
commit c2faa2774b
2 changed files with 3 additions and 3 deletions
src/id/sekaikomik
build.gradle
src/eu/kanade/tachiyomi/extension/id/sekaikomik

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

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