
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
194 B
Groovy
10 lines
194 B
Groovy
ext {
|
|
extName = 'Drake Scans'
|
|
extClass = '.DrakeScans'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://drakescans.com'
|
|
overrideVersionCode = 4
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|