
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
198 B
Groovy
10 lines
198 B
Groovy
ext {
|
|
extName = 'COLAMANGA'
|
|
extClass = '.Onemanhua'
|
|
themePkg = 'colamanga'
|
|
baseUrl = 'https://www.colamanga.com'
|
|
overrideVersionCode = 15
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|