ManhwaLand.mom: update domain (#4550)

This commit is contained in:
Vetle Ledaal 2024-08-10 14:55:20 +02:00 committed by Draff
parent 15aebe8edb
commit 89dbb360d3
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'ManhwaLand.mom' extName = 'ManhwaLand.mom'
extClass = '.ManhwaLandMom' extClass = '.ManhwaLandMom'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://www.manhwaland.space' baseUrl = 'https://www.manhwaland.ink'
overrideVersionCode = 6 overrideVersionCode = 7
isNsfw = true isNsfw = true
} }

View File

@ -8,7 +8,7 @@ import java.util.Locale
class ManhwaLandMom : MangaThemesia( class ManhwaLandMom : MangaThemesia(
"ManhwaLand.mom", "ManhwaLand.mom",
"https://www.manhwaland.space", "https://www.manhwaland.ink",
"id", "id",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")), dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
) { ) {