Update Url MangaStarz "ar" (#1993)

This commit is contained in:
mohamedotaku 2024-03-21 17:34:52 +00:00 committed by GitHub
parent 00c736e3bf
commit eb258ebb98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Manga Starz'
extClass = '.MangaStarz'
themePkg = 'madara'
baseUrl = 'https://mangastarz.org'
overrideVersionCode = 6
baseUrl = 'https://manga-starz.com'
overrideVersionCode = 7
}
apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import java.util.Locale
class MangaStarz : Madara(
"Manga Starz",
"https://mangastarz.org",
"https://manga-starz.com",
"ar",
dateFormat = SimpleDateFormat("d MMMM، yyyy", Locale("ar")),
) {