parent
6ac91bca39
commit
df9983f9b0
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.MagusManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://vofeg.com'
|
||||
overrideVersionCode = 2
|
||||
overrideVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -10,6 +10,7 @@ class MagusManga : MangaThemesia(
|
|||
"Magus Manga",
|
||||
"https://vofeg.com",
|
||||
"en",
|
||||
mangaUrlDirectory = "/series",
|
||||
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("en")),
|
||||
) {
|
||||
override val id = 7792477462646075400
|
||||
|
|
Loading…
Reference in New Issue