Update MangaHasu Base Url. (#7306)

* Update Mangahasu.kt

* Update build.gradle
This commit is contained in:
FourTOne5 2021-05-30 21:40:38 +06:00 committed by GitHub
parent 097b58ba2d
commit c9f6bd2504
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 = 'Mangahasu'
pkgNameSuffix = 'en.mangahasu'
extClass = '.Mangahasu'
extVersionCode = 10
extVersionCode = 11
libVersion = '1.2'
}

View File

@ -26,7 +26,7 @@ class Mangahasu : ParsedHttpSource() {
override val name = "Mangahasu"
override val baseUrl = "https://mangahasu.se"
override val baseUrl = "http://mangahasu.se"
override val lang = "en"