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'
extClass = '.MangaPro'
themePkg = 'mangathemesia'
baseUrl = 'https://mangapro.pro'
overrideVersionCode = 0
baseUrl = 'https://mangapro.club'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

View File

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