FenixProject: Update domain ()

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
src/pt/fenixproject
build.gradle
src/eu/kanade/tachiyomi/extension/pt/fenixproject

@ -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
}

@ -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")),
) {