Update Url MangaPro "ar" (#2488)

This commit is contained in:
mohamedotaku 2024-04-19 14:57:05 +01:00 committed by Draff
parent 653b4af574
commit dc56cd1b81
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Manga Pro' extName = 'Manga Pro'
extClass = '.MangaPro' extClass = '.MangaPro'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://mangapro.pro' baseUrl = 'https://mangapro.club'
overrideVersionCode = 0 overrideVersionCode = 1
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import java.util.Locale
class MangaPro : MangaThemesia( class MangaPro : MangaThemesia(
"Manga Pro", "Manga Pro",
"https://mangapro.pro", "https://mangapro.club",
"ar", "ar",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")), dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
) { ) {