Demon Sect: update domain (#2726)
This commit is contained in:
parent
0fd72be73b
commit
a5d5c805fd
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Demon Sect'
|
||||
extClass = '.DemonSect'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://demonsect.com.br'
|
||||
overrideVersionCode = 5
|
||||
baseUrl = 'https://dsectcomics.org'
|
||||
overrideVersionCode = 6
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -12,7 +12,7 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class DemonSect : Madara(
|
||||
"Demon Sect",
|
||||
"https://demonsect.com.br",
|
||||
"https://dsectcomics.org",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue