Update Url MangaStarz "ar" (#1993)

This commit is contained in:
mohamedotaku 2024-03-21 17:34:52 +00:00 committed by Draff
parent 8ef429f4bc
commit dbcd4deb1f
2 changed files with 3 additions and 3 deletions

View File

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

View File

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