Fix domains (#6459)
This commit is contained in:
parent
40d11c7278
commit
635fdcaf9e
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Area Scans'
|
||||
extClass = '.AreaScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://ar.kenmanga.com'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://ar.areascans.org'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -6,7 +6,7 @@ import java.util.Locale
|
|||
|
||||
class AreaScans : MangaThemesia(
|
||||
"Area Scans",
|
||||
"https://ar.kenmanga.com",
|
||||
"https://ar.areascans.org",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
||||
)
|
||||
|
|
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Webtoon Hatti'
|
||||
extClass = '.WebtoonHatti'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://webtoonhatti.net'
|
||||
overrideVersionCode = 3
|
||||
baseUrl = 'https://webtoonhatti.dev'
|
||||
overrideVersionCode = 4
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -6,7 +6,7 @@ import java.util.Locale
|
|||
|
||||
class WebtoonHatti : Madara(
|
||||
"Webtoon Hatti",
|
||||
"https://webtoonhatti.net",
|
||||
"https://webtoonhatti.dev",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("dd MMMM", Locale("tr")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue