11 lines
203 B
Groovy
11 lines
203 B
Groovy
ext {
|
|
extName = 'Jobsibe'
|
|
extClass = '.Jobsibe'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://jobsibe.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|