
* 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 = 'Komik Lab'
|
|
extClass = '.KomikLab'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://komiklab.com'
|
|
overrideVersionCode = 3
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|