MangaCrab: Update domain (#2813)

pam
This commit is contained in:
bapeey 2024-05-04 12:31:35 -05:00 committed by Draff
parent 1e46d2fdc7
commit 38cf9505d2
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Manga Crab' extName = 'Manga Crab'
extClass = '.MangaCrab' extClass = '.MangaCrab'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://httpmangacrab2.com' baseUrl = 'https://visorcrab.com'
overrideVersionCode = 8 overrideVersionCode = 9
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -18,7 +18,7 @@ import java.util.Locale
class MangaCrab : class MangaCrab :
Madara( Madara(
"Manga Crab", "Manga Crab",
"https://httpmangacrab2.com", "https://visorcrab.com",
"es", "es",
SimpleDateFormat("dd/MM/yyyy", Locale("es")), SimpleDateFormat("dd/MM/yyyy", Locale("es")),
), ),