Update baseUrl of TruyenQQ (#14620)

* Update baseUrl of TruyenQQ

* update extVersionCode
This commit is contained in:
Huynh Tien 2022-12-20 23:43:39 +07:00 committed by GitHub
parent cfaf6dc3a3
commit fad48f41ad
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 = 'TruyenQQ'
pkgNameSuffix = 'vi.truyenqq'
extClass = '.TruyenQQ'
extVersionCode = 7
extVersionCode = 8
}
apply from: "$rootDir/common.gradle"

View File

@ -25,7 +25,7 @@ class TruyenQQ : ParsedHttpSource() {
override val lang: String = "vi"
override val baseUrl: String = "http://truyenqqpro.com"
override val baseUrl: String = "http://truyenqqvip.com"
override val supportsLatest: Boolean = true