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