DiskusScan: Update domain (#5532)

Update domain
This commit is contained in:
Chopper 2024-10-15 04:00:49 -03:00 committed by GitHub
parent 0225624d73
commit 0eb9089640
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Diskus Scan'
extClass = '.DiskusScan'
themePkg = 'mangathemesia'
baseUrl = 'https://diskusscan.com'
overrideVersionCode = 12
baseUrl = 'https://diskusscan.online'
overrideVersionCode = 13
}
apply from: "$rootDir/common.gradle"

View File

@ -25,9 +25,9 @@ import java.util.concurrent.TimeUnit
class DiskusScan : MangaThemesia(
"Diskus Scan",
"https://diskusscan.com",
"https://diskusscan.online",
"pt-BR",
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
dateFormat = SimpleDateFormat("MMM dd, yyyy", Locale("pt", "BR")),
) {
// Changed their theme from Madara to MangaThemesia.