Zero Scans: Change to Main Domain from Beta one. (#11498)
* Change to Main Domain * Update CHANGELOG.md * Bump Version
This commit is contained in:
parent
da53d1da15
commit
ac83690021
|
@ -1,3 +1,7 @@
|
|||
## 1.2.5
|
||||
|
||||
Change to Main Domain from Beta one
|
||||
|
||||
## 1.2.4
|
||||
|
||||
Migrated to the new site.
|
||||
Migrated to the new site.
|
||||
|
|
|
@ -6,7 +6,7 @@ ext {
|
|||
extName = 'Zero Scans'
|
||||
pkgNameSuffix = 'en.zeroscans'
|
||||
extClass = '.ZeroScans'
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -25,13 +25,13 @@ class ZeroScans : HttpSource() {
|
|||
|
||||
override val lang: String = "en"
|
||||
|
||||
override val baseUrl: String = "https://beta.zeroscans.com"
|
||||
override val baseUrl: String = "https://zeroscans.com"
|
||||
|
||||
override val supportsLatest: Boolean = true
|
||||
|
||||
private val json: Json by injectLazy()
|
||||
|
||||
private lateinit var comicList: List<ZeroScansComicDto>
|
||||
private var comicList: List<ZeroScansComicDto> = emptyList()
|
||||
|
||||
private lateinit var rankings: ZeroScansRankingsDto
|
||||
|
||||
|
|
Loading…
Reference in New Issue