KomikIndoId: update URL (#15851)

* Update KomikIndoID.kt

* Update build.gradle
This commit is contained in:
stevenyomi 2023-03-28 21:33:26 +08:00 committed by GitHub
parent 8f340df01b
commit 347507052a
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 = 'KomikIndoID'
pkgNameSuffix = 'id.komikindoid'
extClass = '.KomikIndoID'
extVersionCode = 8
extVersionCode = 9
}
apply from: "$rootDir/common.gradle"

View File

@ -18,7 +18,7 @@ import java.util.Locale
class KomikIndoID : ParsedHttpSource() {
override val name = "KomikIndoID"
override val baseUrl = "https://komikindo.id"
override val baseUrl = "https://komikindo.pro"
override val lang = "id"
override val supportsLatest = true
override val client: OkHttpClient = network.cloudflareClient