Manhuarock: Update domain (#10563)

This commit is contained in:
are-are-are 2025-09-19 13:52:05 +07:00 committed by Draff
parent ba2f0c6271
commit 9c0fefbd7f
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = "ManhuaRock"
extClass = ".ManhuaRock"
extVersionCode = 14
extVersionCode = 15
}
apply from: "$rootDir/common.gradle"

View File

@ -41,7 +41,7 @@ class ManhuaRock : ParsedHttpSource(), ConfigurableSource {
override val lang = "vi"
private val defaultBaseUrl = "https://manhuarock.site"
private val defaultBaseUrl = "https://manhuarock4.site"
override val baseUrl by lazy { getPrefBaseUrl() }