LuaScans: Update domain (#4055)

Update domain
This commit is contained in:
Chopper 2024-07-17 07:06:00 -03:00 committed by Draff
parent 4754f27a16
commit b83956c970
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://luascans.com' baseUrl = 'https://luacomic.com'
overrideVersionCode = 3 overrideVersionCode = 4
} }
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://luascans.com", "https://luacomic.com",
"en", "en",
) { ) {
override val client: OkHttpClient = super.client.newBuilder() override val client: OkHttpClient = super.client.newBuilder()