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 GitHub
parent 77f638c046
commit 7178a0af7d
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 Pro'
extClass = '.MangaPro'
themePkg = 'mangathemesia'
baseUrl = 'https://mangapro.club'
overrideVersionCode = 1
baseUrl = 'https://promanga.pro'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

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