ManhwaList : Update BaseURL (#4912)

This commit is contained in:
TheKingTermux 2024-09-04 21:18:43 +07:00 committed by Draff
parent dc2fede86f
commit 66c2007490
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Manhwa List'
extClass = '.ManhwaList'
themePkg = 'mangathemesia'
baseUrl = 'https://manhwalist.com'
overrideVersionCode = 1
baseUrl = 'https://manhwalist.in'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

@ -6,7 +6,7 @@ import okhttp3.OkHttpClient
class ManhwaList : MangaThemesia(
"Manhwa List",
"https://manhwalist.com",
"https://manhwalist.in",
"id",
) {
override val client: OkHttpClient = super.client.newBuilder()