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