EarlyManga: update domain (#17207)

This commit is contained in:
Vetle Ledaal
2023-07-21 23:41:25 +02:00
committed by GitHub
parent d5afad1fdb
commit a2beada8ea
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ ext {
extName = 'EarlyManga'
pkgNameSuffix = 'en.earlymanga'
extClass = '.EarlyManga'
extVersionCode = 20
extVersionCode = 21
}
apply from: "$rootDir/common.gradle"

View File

@@ -28,7 +28,7 @@ class EarlyManga : ParsedHttpSource() {
override val name = "EarlyManga"
override val baseUrl = "https://v1.earlym.org"
override val baseUrl = "https://earlycomic.com"
override val lang = "en"