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'
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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")),
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user