Demon Sect: update domain (#2726)

This commit is contained in:
Pedro Azevedo 2024-05-01 21:59:35 -03:00 committed by Draff
parent 0fd72be73b
commit a5d5c805fd
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Demon Sect' extName = 'Demon Sect'
extClass = '.DemonSect' extClass = '.DemonSect'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://demonsect.com.br' baseUrl = 'https://dsectcomics.org'
overrideVersionCode = 5 overrideVersionCode = 6
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -12,7 +12,7 @@ import java.util.concurrent.TimeUnit
class DemonSect : Madara( class DemonSect : Madara(
"Demon Sect", "Demon Sect",
"https://demonsect.com.br", "https://dsectcomics.org",
"pt-BR", "pt-BR",
SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")), SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
) { ) {