JeazScans: Update domain (#3221)

update domain
This commit is contained in:
bapeey 2024-05-25 05:30:57 -05:00 committed by GitHub
parent 63a373f9e8
commit a63d10b304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Jeaz Scans'
extClass = '.JeazScans'
themePkg = 'madara'
baseUrl = 'https://jeazscansv2.com'
overrideVersionCode = 1
baseUrl = 'https://jeazscansv1.com'
overrideVersionCode = 2
isNsfw = false
}

View File

@ -8,7 +8,7 @@ import java.util.Locale
class JeazScans : Madara(
"JeazScans",
"https://jeazscansv2.com",
"https://jeazscansv1.com",
"es",
SimpleDateFormat("d MMMM, yyyy", Locale("es")),
) {