
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
193 B
Groovy
10 lines
193 B
Groovy
ext {
|
|
extName = 'Manga Chill'
|
|
extClass = '.MangaChill'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://toonchill.com'
|
|
overrideVersionCode = 7
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|