11 lines
199 B
Groovy
11 lines
199 B
Groovy
ext {
|
|
extName = 'Catzaa'
|
|
extClass = '.Catzaa'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://catzaa.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|