* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
189 B
Groovy
10 lines
189 B
Groovy
ext {
|
|
extName = 'MangaLib'
|
|
extClass = '.MangaLib'
|
|
themePkg = 'libgroup'
|
|
baseUrl = 'https://mangalib.me'
|
|
overrideVersionCode = 74
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|