MiauScan: Update domain (#5669)

* update domain

* bump
This commit is contained in:
bapeey 2024-10-24 06:44:11 -05:00 committed by Draff
parent d7418f4b5f
commit 49ab904eaa
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Miau Scan'
extClass = '.MiauScanFactory'
themePkg = 'mangathemesia'
baseUrl = 'https://lectormiau.com'
overrideVersionCode = 4
baseUrl = 'https://zonamiau.com'
overrideVersionCode = 5
}
apply from: "$rootDir/common.gradle"

View File

@ -20,7 +20,7 @@ class MiauScanFactory : SourceFactory {
open class MiauScan(lang: String) : MangaThemesia(
name = "Miau Scan",
baseUrl = "https://lectormiau.com",
baseUrl = "https://zonamiau.com",
lang = lang,
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {