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'
extClass = '.GhostScan'
themePkg = 'madara'
baseUrl = 'https://ghostscan.com.br'
overrideVersionCode = 0
baseUrl = 'https://ghostscan.xyz'
overrideVersionCode = 1
isNsfw = true
}

View File

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