LuaScans: update domain (#4278)
This commit is contained in:
parent
a5e5ccceec
commit
4eacdd057e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue