
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
192 B
Groovy
10 lines
192 B
Groovy
ext {
|
|
extName = 'VF Scan'
|
|
extClass = '.VFScan'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://www.vfscan.cc'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|