MaidScan: Update domain (#5864)

Update domain
This commit is contained in:
Chopper 2024-11-04 10:18:41 -03:00 committed by Draff
parent a7600082ab
commit 578ef4dda4
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Maid Scan'
extClass = '.MaidScan'
themePkg = 'madara'
baseUrl = 'https://maidscans.com'
overrideVersionCode = 1
baseUrl = 'https://empreguetes.site'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

@ -8,7 +8,7 @@ import java.util.Locale
class MaidScan : Madara(
"Maid Scan",
"https://maidscans.com",
"https://empreguetes.site",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) {
@ -17,5 +17,6 @@ class MaidScan : Madara(
.build()
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
}