Skip to content

Commit

Permalink
MaidScan: Update domain (#5864)
Browse files Browse the repository at this point in the history
Update domain
  • Loading branch information
choppeh authored Nov 4, 2024
1 parent 9bc701d commit 613c8bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pt/maidscan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
) {
Expand All @@ -17,5 +17,6 @@ class MaidScan : Madara(
.build()

override val useLoadMoreRequest = LoadMoreStrategy.Never

override val useNewChapterEndpoint = true
}

0 comments on commit 613c8bc

Please sign in to comment.