Manga Clash Url change Fix (#2568)

* MangaDemon Url change Fix

* Manga Clash Url Fix

* Update gradle.build in MangaClash
This commit is contained in:
Akshar Kalathiya 2024-04-26 15:12:25 +05:30 committed by Draff
parent 9b7a772823
commit 1da73af727
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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),
) { ) {