Demon Sect: update domain (#2726)

This commit is contained in:
Pedro Azevedo 2024-05-01 21:59:35 -03:00 committed by GitHub
parent d608124394
commit 7b58594398
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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")),
) {