ComicExtra: Update URL (#16036)

* Update ComicExtra URL

* Update `extVersionCode`
This commit is contained in:
Paulo Leitão 2023-04-12 22:10:14 -03:00 committed by GitHub
parent a4b8c02799
commit 95d63941b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'ComicExtra'
pkgNameSuffix = 'en.comicextra'
extClass = '.ComicExtra'
extVersionCode = 12
extVersionCode = 13
}
apply from: "$rootDir/common.gradle"

View File

@ -22,7 +22,7 @@ class ComicExtra : ParsedHttpSource() {
override val name = "ComicExtra"
override val baseUrl = "https://ww1.comicextra.com"
override val baseUrl = "https://comicextra.net"
override val lang = "en"