parent
64659b0f11
commit
4c13971c15
|
@ -3,7 +3,7 @@ ext {
|
||||||
extClass = '.Manhastro'
|
extClass = '.Manhastro'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://manhastro.com'
|
baseUrl = 'https://manhastro.com'
|
||||||
overrideVersionCode = 3
|
overrideVersionCode = 4
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ class Manhastro : Madara(
|
||||||
"Manhastro",
|
"Manhastro",
|
||||||
"https://manhastro.com",
|
"https://manhastro.com",
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
|
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||||
) {
|
) {
|
||||||
|
|
||||||
override val client: OkHttpClient = super.client.newBuilder()
|
override val client: OkHttpClient = super.client.newBuilder()
|
||||||
|
|
Loading…
Reference in New Issue