11 lines
208 B
Groovy
11 lines
208 B
Groovy
ext {
|
|
extName = 'Ken Scans'
|
|
extClass = '.KenScans'
|
|
themePkg = 'keyoapp'
|
|
baseUrl = 'https://kenscans.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|