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'
|
extName = 'MangaClash'
|
||||||
extClass = '.MangaClash'
|
extClass = '.MangaClash'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://mangaclash.com'
|
baseUrl = 'https://toonclash.com'
|
||||||
overrideVersionCode = 3
|
overrideVersionCode = 4
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
|||||||
|
|
||||||
class MangaClash : Madara(
|
class MangaClash : Madara(
|
||||||
"MangaClash",
|
"MangaClash",
|
||||||
"https://mangaclash.com",
|
"https://toonclash.com",
|
||||||
"en",
|
"en",
|
||||||
dateFormat = SimpleDateFormat("MM/dd/yy", Locale.US),
|
dateFormat = SimpleDateFormat("MM/dd/yy", Locale.US),
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user