parent
1e46d2fdc7
commit
38cf9505d2
|
@ -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"
|
||||
|
|
|
@ -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")),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue