parent
f69e16b3bb
commit
c406609d33
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Magus Manga'
|
||||
extClass = '.MagusManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://vofeg.com'
|
||||
overrideVersionCode = 3
|
||||
baseUrl = 'https://neroscans.com'
|
||||
overrideVersionCode = 4
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class MagusManga : MangaThemesia(
|
||||
"Magus Manga",
|
||||
"https://vofeg.com",
|
||||
"https://neroscans.com",
|
||||
"en",
|
||||
mangaUrlDirectory = "/series",
|
||||
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("en")),
|
||||
|
|
Loading…
Reference in New Issue