Update MangaShip baseUrl (#13818)

* Update MangaShip baseUrl

* Update MangaShip extVersionCode
This commit is contained in:
beucismis 2022-10-12 03:44:07 +03:00 committed by GitHub
parent 12c05cacfc
commit 68e335e3bc
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 = 'Manga Ship'
pkgNameSuffix = 'tr.mangaship'
extClass = '.MangaShip'
extVersionCode = 2
extVersionCode = 3
}
dependencies {

View File

@ -17,7 +17,7 @@ class MangaShip : ParsedHttpSource() {
override val name = "Manga Ship"
override val baseUrl = "https://www.mangaship.com"
override val baseUrl = "https://www.mangaship.net"
override val lang = "tr"