parent
94762d7d0d
commit
838ee2fc97
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'ARESNOV'
|
extName = 'ARESNOV'
|
||||||
extClass = '.ARESNOV'
|
extClass = '.ARESNOV'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://aresnov.org'
|
baseUrl = 'https://manhuascarlet.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -12,7 +12,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class ARESNOV : MangaThemesia(
|
class ARESNOV : MangaThemesia(
|
||||||
"ARESNOV",
|
"ARESNOV",
|
||||||
"https://aresnov.org",
|
"https://manhuascarlet.com",
|
||||||
"ar",
|
"ar",
|
||||||
mangaUrlDirectory = "/series",
|
mangaUrlDirectory = "/series",
|
||||||
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar")),
|
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar")),
|
||||||
|
|
Loading…
Reference in New Issue