
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
195 B
Groovy
10 lines
195 B
Groovy
ext {
|
|
extName = 'Maid - Manga'
|
|
extClass = '.MaidManga'
|
|
themePkg = 'zmanga'
|
|
baseUrl = 'https://www.maid.my.id'
|
|
overrideVersionCode = 10
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|