HuntersScans: Updated Domain (#4438)

This commit is contained in:
Pedro Azevedo 2024-08-06 00:33:46 -03:00 committed by GitHub
parent 4367042190
commit 024d726a2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Hunters Scans' extName = 'Hunters Scans'
extClass = '.HuntersScans' extClass = '.HuntersScans'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://huntersscan.xyz' baseUrl = 'https://huntersscan.net'
overrideVersionCode = 2 overrideVersionCode = 3
isNsfw = true isNsfw = true
} }

View File

@ -7,7 +7,7 @@ import java.util.Locale
class HuntersScans : Madara( class HuntersScans : Madara(
"Hunters Scan", "Hunters Scan",
"https://huntersscan.xyz", "https://huntersscan.net",
"pt-BR", "pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")), SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) { ) {