
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
194 B
Groovy
10 lines
194 B
Groovy
ext {
|
|
extName = 'Mangakyo'
|
|
extClass = '.Mangakyo'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://mangakyo.vip'
|
|
overrideVersionCode = 4
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|