11 lines
226 B
Groovy
11 lines
226 B
Groovy
ext {
|
|
extName = 'Lua Scans (Unoriginal)'
|
|
extClass = '.LuaScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://ponvi.online'
|
|
overrideVersionCode = 6
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|