FenixProject: Update domain (#5917)

Update domain
This commit is contained in:
Chopper 2024-11-07 08:28:47 -03:00 committed by GitHub
parent 9a0644e935
commit 3c97bd20c6
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 = 'Fenix Project'
extClass = '.FenixProject'
themePkg = 'madara'
baseUrl = 'https://fenixproject.xyz'
overrideVersionCode = 0
baseUrl = 'https://fenixproject.site'
overrideVersionCode = 1
isNsfw = true
}

View File

@ -7,7 +7,7 @@ import java.util.Locale
class FenixProject : Madara(
"Fenix Project",
"https://fenixproject.xyz",
"https://fenixproject.site",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) {