Updated Ghostscan domain (#9256)

* Update GhostScan.kt

* Update build.gradle
This commit is contained in:
Zero 2025-06-15 11:44:35 +05:30 committed by Draff
parent 04a963a59a
commit cdaf1493cd
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Ghost Scan' extName = 'Ghost Scan'
extClass = '.GhostScan' extClass = '.GhostScan'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://ghostscan.com.br' baseUrl = 'https://ghostscan.xyz'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class GhostScan : Madara( class GhostScan : Madara(
"Ghost Scan", "Ghost Scan",
"https://ghostscan.com.br", "https://ghostscan.xyz",
"pt-BR", "pt-BR",
SimpleDateFormat("dd 'de' MMMMM 'de' yyyy", Locale("pt", "BR")), SimpleDateFormat("dd 'de' MMMMM 'de' yyyy", Locale("pt", "BR")),
) { ) {