Manhastro: Fix date format (#2460)

Fix date format
This commit is contained in:
Chopper 2024-04-17 10:40:10 -03:00 committed by Draff
parent 64659b0f11
commit 4c13971c15
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.Manhastro'
themePkg = 'madara'
baseUrl = 'https://manhastro.com'
overrideVersionCode = 3
overrideVersionCode = 4
isNsfw = true
}

View File

@ -15,7 +15,7 @@ class Manhastro : Madara(
"Manhastro",
"https://manhastro.com",
"pt-BR",
SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) {
override val client: OkHttpClient = super.client.newBuilder()