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'
extClass = '.MangaCrab'
themePkg = 'madara'
baseUrl = 'https://httpmangacrab2.com'
overrideVersionCode = 8
baseUrl = 'https://visorcrab.com'
overrideVersionCode = 9
}
apply from: "$rootDir/common.gradle"

View File

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