FenixProject: Update domain (#5917)

Update domain
This commit is contained in:
Chopper 2024-11-07 08:28:47 -03:00 committed by Draff
parent cf86915f48
commit 7d4082dffb
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Fenix Project' extName = 'Fenix Project'
extClass = '.FenixProject' extClass = '.FenixProject'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://fenixproject.xyz' baseUrl = 'https://fenixproject.site'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

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