LuaScans: update domain (#4278)

This commit is contained in:
AwkwardPeak7 2024-07-27 19:04:23 +05:00 committed by Draff
parent a5e5ccceec
commit 4eacdd057e
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 = 'Lua Scans' extName = 'Lua Scans'
extClass = '.LuaScans' extClass = '.LuaScans'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://luacomic.com' baseUrl = 'https://luacomic.net'
overrideVersionCode = 4 overrideVersionCode = 5
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -10,7 +10,7 @@ import org.jsoup.Jsoup
class LuaScans : MangaThemesia( class LuaScans : MangaThemesia(
"Lua Scans", "Lua Scans",
"https://luacomic.com", "https://luacomic.net",
"en", "en",
) { ) {
override val client: OkHttpClient = super.client.newBuilder() override val client: OkHttpClient = super.client.newBuilder()