Updated Ghostscan domain (#9256)
* Update GhostScan.kt * Update build.gradle
This commit is contained in:
parent
04a963a59a
commit
cdaf1493cd
@ -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
|
||||
}
|
||||
|
||||
|
@ -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")),
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user