11 lines
216 B
Groovy
11 lines
216 B
Groovy
ext {
|
|
extName = 'RitharScans'
|
|
extClass = '.RitharScans'
|
|
themePkg = 'keyoapp'
|
|
baseUrl = 'https://ritharscans.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|