Thunder Scans (AR): update domain (#4284)
This commit is contained in:
parent
2623bf72c5
commit
7dbe265e52
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.ThunderScansFactory'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://en-thunderepic.com'
|
||||
overrideVersionCode = 2
|
||||
overrideVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -14,7 +14,7 @@ class ThunderScansFactory : SourceFactory {
|
|||
|
||||
class ThunderScansAR : MangaThemesiaAlt(
|
||||
"Thunder Scans",
|
||||
"https://ar-thunderepic.com",
|
||||
"https://thunderscans.com",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("MMM d, yyy", Locale("ar")),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue