Update BacaKomik Domain (#18398)

Close #18295
This commit is contained in:
Muhammad Brian Abdillah 2023-10-08 08:50:13 +07:00 committed by GitHub
parent 53f00bd18b
commit 973d3935a8
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 = 'BacaKomik'
pkgNameSuffix = 'id.bacakomik'
extClass = '.BacaKomik'
extVersionCode = 5
extVersionCode = 6
}
apply from: "$rootDir/common.gradle"

View File

@ -19,7 +19,7 @@ import java.util.Locale
class BacaKomik : ParsedHttpSource() {
override val name = "BacaKomik"
override val baseUrl = "https://bacakomik.co"
override val baseUrl = "https://bacakomik.me"
override val lang = "id"
override val supportsLatest = true
override val client: OkHttpClient = network.cloudflareClient