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