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'
extClass = '.KomikMama'
themePkg = 'mangathemesia'
baseUrl = 'https://komik-mama.com'
overrideVersionCode = 2
baseUrl = 'https://komikmama.org'
overrideVersionCode = 3
isNsfw = true
}
apply from: "$rootDir/common.gradle"

View File

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