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