* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
203 B
Groovy
10 lines
203 B
Groovy
ext {
|
|
extName = 'Team Lanh Lung'
|
|
extClass = '.TeamLanhLung'
|
|
themePkg = 'a3manga'
|
|
baseUrl = 'https://teamlanhlung.live'
|
|
overrideVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|