Manga Clash Url change Fix (#2568)
* MangaDemon Url change Fix * Manga Clash Url Fix * Update gradle.build in MangaClash
This commit is contained in:
parent
9b7a772823
commit
1da73af727
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'MangaClash'
|
||||
extClass = '.MangaClash'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://mangaclash.com'
|
||||
overrideVersionCode = 3
|
||||
baseUrl = 'https://toonclash.com'
|
||||
overrideVersionCode = 4
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
||||
|
||||
class MangaClash : Madara(
|
||||
"MangaClash",
|
||||
"https://mangaclash.com",
|
||||
"https://toonclash.com",
|
||||
"en",
|
||||
dateFormat = SimpleDateFormat("MM/dd/yy", Locale.US),
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user