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