Update Url Mangapro "ar" (#3548)
* change url mangapro "ar" * change url mangapro "ar"
This commit is contained in:
parent
837d6b515f
commit
54b7de7eba
|
@ -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"
|
||||||
|
|
|
@ -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")),
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue