
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
210 B
Groovy
10 lines
210 B
Groovy
ext {
|
|
extName = 'Quantum Scans'
|
|
extClass = '.QuantumScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://readers-point.space'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|