Area Manga: update domain (#5373)

This commit is contained in:
Vetle Ledaal 2024-10-06 13:44:48 +02:00 committed by Draff
parent bfbd83b47c
commit b1bda6d46a
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@ ext {
extName = 'Area Manga'
extClass = '.AreaManga'
themePkg = 'mangathemesia'
baseUrl = 'https://www.areascans.net'
overrideVersionCode = 0
baseUrl = 'https://ar.kenmanga.com'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import java.util.Locale
class AreaManga : MangaThemesia(
"أريا مانجا",
"https://www.areascans.net",
"https://ar.kenmanga.com",
"ar",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
)