Update Url Mangapro "ar" (#3548)

* change url mangapro "ar"

* change url mangapro "ar"
This commit is contained in:
mohamedotaku 2024-06-14 08:31:26 +01:00 committed by Draff
parent 837d6b515f
commit 54b7de7eba
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
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.club' baseUrl = 'https://promanga.pro'
overrideVersionCode = 1 overrideVersionCode = 2
} }
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.club", "https://promanga.pro",
"ar", "ar",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")), dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
) { ) {