update mangalink (#5146)

* Update build.gradle

* Update MangaLink.kt
This commit is contained in:
nour 2020-12-16 04:11:08 +01:00 committed by GitHub
parent 3c1bc5f00d
commit c0a7a4cd2b
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 = 'MangaLink'
pkgNameSuffix = 'ar.mangalink'
extClass = '.MangaLink'
extVersionCode = 1
extVersionCode = 2
libVersion = '1.2'
}

View File

@ -15,7 +15,7 @@ class MangaLink : ParsedHttpSource() {
override val name = "MangaLink"
override val baseUrl = "https://mangalink.cc"
override val baseUrl = "https://mangalink.org"
override val lang = "ar"