KomikMama: update domain (#5274)
This commit is contained in:
parent
3d7434f88f
commit
9dca49b7d9
|
@ -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"
|
||||
|
|
|
@ -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")),
|
||||
|
|
Loading…
Reference in New Issue