DiskusScan: Update domain (#5532)

Update domain
This commit is contained in:
Chopper 2024-10-15 04:00:49 -03:00 committed by Draff
parent 61f7d83728
commit 8914fc42dd
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -25,9 +25,9 @@ import java.util.concurrent.TimeUnit
class DiskusScan : MangaThemesia( class DiskusScan : MangaThemesia(
"Diskus Scan", "Diskus Scan",
"https://diskusscan.com", "https://diskusscan.online",
"pt-BR", "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. // Changed their theme from Madara to MangaThemesia.