parent
cf86915f48
commit
7d4082dffb
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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")),
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue