Fix domains (#6459)

This commit is contained in:
dngonz 2024-12-05 21:47:32 +01:00 committed by Draff
parent 40d11c7278
commit 635fdcaf9e
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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