Update Url MangaPro "ar" (#2488)
This commit is contained in:
parent
653b4af574
commit
dc56cd1b81
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Manga Pro'
|
extName = 'Manga Pro'
|
||||||
extClass = '.MangaPro'
|
extClass = '.MangaPro'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://mangapro.pro'
|
baseUrl = 'https://mangapro.club'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
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.pro",
|
"https://mangapro.club",
|
||||||
"ar",
|
"ar",
|
||||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue