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'
extClass = '.MangaClash'
themePkg = 'madara'
baseUrl = 'https://mangaclash.com'
overrideVersionCode = 3
baseUrl = 'https://toonclash.com'
overrideVersionCode = 4
}
apply from: "$rootDir/common.gradle"

View File

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