Sussy Scan: update domain (#3644)

This commit is contained in:
Vetle Ledaal 2024-06-20 11:09:29 +02:00 committed by GitHub
parent 8c3df19dfa
commit 23e1d67618
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 = 'Sussy Scan'
extClass = '.SussyScan'
themePkg = 'madara'
baseUrl = 'https://old.sussytoons.com'
overrideVersionCode = 2
baseUrl = 'https://oldi.sussytoons.com'
overrideVersionCode = 3
}
apply from: "$rootDir/common.gradle"

View File

@ -8,7 +8,7 @@ import java.util.Locale
class SussyScan : Madara(
"Sussy Scan",
"https://old.sussytoons.com",
"https://oldi.sussytoons.com",
"pt-BR",
SimpleDateFormat("MMMM dd, yyyy", Locale("pt", "BR")),
) {