Manhua Espanol: update domain (#3782)

This commit is contained in:
Vetle Ledaal 2024-06-28 13:01:47 +02:00 committed by Draff
parent af9252e798
commit 30d9450b38
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@ ext {
extName = 'Manhua Espanol'
extClass = '.ManhuaEspanol'
themePkg = 'madara'
baseUrl = 'https://manhuaespanol.com'
overrideVersionCode = 0
baseUrl = 'https://lectorespanol.com'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import java.util.Locale
class ManhuaEspanol : Madara(
"Manhua Español",
"https://manhuaespanol.com",
"https://lectorespanol.com",
"es",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale("es")),
) {