mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
Demon Sect: update domain (#2726)
This commit is contained in:
parent
d608124394
commit
7b58594398
@ -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
Block a user