Zero Scans: Change to Main Domain from Beta one. (#11498)

* Change to Main Domain

* Update CHANGELOG.md

* Bump Version
This commit is contained in:
FourTOne5 2022-04-17 16:37:49 +06:00 committed by GitHub
parent da53d1da15
commit ac83690021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

@ -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.

View File

@ -6,7 +6,7 @@ ext {
extName = 'Zero Scans'
pkgNameSuffix = 'en.zeroscans'
extClass = '.ZeroScans'
extVersionCode = 4
extVersionCode = 5
}
apply from: "$rootDir/common.gradle"

View File

@ -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