LeerCapitulo - update url increment gradle version (#11595)

update url increment grade version
This commit is contained in:
Dan Bastin 2025-11-12 14:45:14 -05:00 committed by Draff
parent 84b9ea4ce6
commit 7b11937c24
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'LeerCapitulo'
extClass = '.LeerCapitulo'
extVersionCode = 11
extVersionCode = 12
}
apply from: "$rootDir/common.gradle"

View File

@ -31,7 +31,7 @@ class LeerCapitulo : ParsedHttpSource() {
private val json: Json by injectLazy()
override val baseUrl = "https://www.leercapitulo.co"
override val baseUrl = "https://www.leercapitulo.re"
override val client = network.cloudflareClient.newBuilder()
.rateLimitHost(baseUrl.toHttpUrl(), 1, 3)