mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
parent
8ff2a00d12
commit
b76e823a77
@ -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"
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user