LuaScans: Update domain (#4055)

Update domain
This commit is contained in:
Chopper 2024-07-17 07:06:00 -03:00 committed by GitHub
parent 8ff2a00d12
commit b76e823a77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

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