MantrazScan: Update domain (#5468)

Update domain
This commit is contained in:
Chopper 2024-10-11 08:28:13 -03:00 committed by Draff
parent 15006c7e96
commit a1efe96b9d
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 5 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Mantraz Scan'
extClass = '.MantrazScan'
themePkg = 'madara'
baseUrl = 'https://panconcola.com'
overrideVersionCode = 2
baseUrl = 'https://artessupremas.com'
overrideVersionCode = 3
}
apply from: "$rootDir/common.gradle"

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class MantrazScan : Madara(
"Mantraz Scan",
"https://panconcola.com",
"https://artessupremas.com",
"es",
SimpleDateFormat("dd/MM/yyyy", Locale("es")),
) {
@ -18,4 +18,6 @@ class MantrazScan : Madara(
.build()
override val useNewChapterEndpoint = true
override val useLoadMoreRequest = LoadMoreStrategy.Never
}