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' extName = 'Maid Scan'
extClass = '.MaidScan' extClass = '.MaidScan'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://maidscans.com' baseUrl = 'https://empreguetes.site'
overrideVersionCode = 1 overrideVersionCode = 2
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

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