update Url MangaNoon "ar" (#2573)

This commit is contained in:
mohamedotaku 2024-04-25 16:59:35 +01:00 committed by Draff
parent cffcadaf92
commit 98b02fa9eb
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'MangaNoon'
extClass = '.MangaNoon'
themePkg = 'mangathemesia'
baseUrl = 'https://manjanoon.net'
overrideVersionCode = 1
baseUrl = 'https://manjanoon.org'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import java.util.Locale
class MangaNoon : MangaThemesia(
"مانجا نون",
"https://manjanoon.net",
"https://manjanoon.org",
"ar",
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")),
)