Update Url MangaSpark "ar" (#1994)

This commit is contained in:
mohamedotaku 2024-03-21 17:37:22 +00:00 committed by Draff
parent dbcd4deb1f
commit b14ccb1c89
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'MangaSpark'
extClass = '.MangaSpark'
themePkg = 'madara'
baseUrl = 'https://mangaspark.org'
overrideVersionCode = 5
baseUrl = 'https://manga-spark.net'
overrideVersionCode = 6
}
apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import java.util.Locale
class MangaSpark : Madara(
"MangaSpark",
"https://mangaspark.org",
"https://manga-spark.net",
"ar",
dateFormat = SimpleDateFormat("d MMMM، yyyy", Locale("ar")),
) {