mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
Update Url Mangapro "ar" (#3548)
* change url mangapro "ar" * change url mangapro "ar"
This commit is contained in:
parent
77f638c046
commit
7178a0af7d
@ -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"
|
||||
|
@ -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")),
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user