KomikMama: update domain (#5274)

This commit is contained in:
Vetle Ledaal 2024-09-28 12:25:58 +02:00 committed by Draff
parent 3d7434f88f
commit 9dca49b7d9
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@ ext {
extName = 'KomikMama' extName = 'KomikMama'
extClass = '.KomikMama' extClass = '.KomikMama'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://komik-mama.com' baseUrl = 'https://komikmama.org'
overrideVersionCode = 2 overrideVersionCode = 3
isNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import java.util.Locale
class KomikMama : MangaThemesia( class KomikMama : MangaThemesia(
"KomikMama", "KomikMama",
"https://komik-mama.com", "https://komikmama.org",
"id", "id",
"/komik", "/komik",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")), dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("id")),