Update Url MangaSpark "ar" (#1994)
This commit is contained in:
parent
dbcd4deb1f
commit
b14ccb1c89
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'MangaSpark'
|
extName = 'MangaSpark'
|
||||||
extClass = '.MangaSpark'
|
extClass = '.MangaSpark'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://mangaspark.org'
|
baseUrl = 'https://manga-spark.net'
|
||||||
overrideVersionCode = 5
|
overrideVersionCode = 6
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -6,7 +6,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class MangaSpark : Madara(
|
class MangaSpark : Madara(
|
||||||
"MangaSpark",
|
"MangaSpark",
|
||||||
"https://mangaspark.org",
|
"https://manga-spark.net",
|
||||||
"ar",
|
"ar",
|
||||||
dateFormat = SimpleDateFormat("d MMMM، yyyy", Locale("ar")),
|
dateFormat = SimpleDateFormat("d MMMM، yyyy", Locale("ar")),
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue