LuaScans: update domain ()

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
src/en/luascans
build.gradle
src/eu/kanade/tachiyomi/extension/en/luascans

@ -2,8 +2,8 @@ ext {
extName = 'Lua Scans'
extClass = '.LuaScans'
themePkg = 'mangathemesia'
baseUrl = 'https://luacomic.com'
overrideVersionCode = 4
baseUrl = 'https://luacomic.net'
overrideVersionCode = 5
}
apply from: "$rootDir/common.gradle"

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