11 lines
222 B
Groovy
11 lines
222 B
Groovy
ext {
|
|
extName = 'Spider Scans'
|
|
extClass = '.SpiderScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://spiderscans.xyz'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|