DreamScan: Fix domain (#7610)

fix: domain
This commit is contained in:
Hellkaros 2025-02-12 13:16:20 -03:00 committed by Draff
parent 8ae19659f0
commit bd311d42e8
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Dream Scan' extName = 'Dream Scan'
extClass = '.DreamScan' extClass = '.DreamScan'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://dreamscan.com.br' baseUrl = 'https://fairydream.com.br'
overrideVersionCode = 1 overrideVersionCode = 2
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import java.util.Locale
class DreamScan : Madara( class DreamScan : Madara(
"Dream Scan", "Dream Scan",
"https://dreamscan.com.br", "https://fairydream.com.br",
"pt-BR", "pt-BR",
SimpleDateFormat("MMMM d, yyyy", Locale("pt", "BR")), SimpleDateFormat("MMMM d, yyyy", Locale("pt", "BR")),
) { ) {