
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
11 lines
209 B
Groovy
11 lines
209 B
Groovy
ext {
|
|
extName = 'Manhwa18'
|
|
extClass = '.Manhwa18'
|
|
themePkg = 'mymangacms'
|
|
baseUrl = 'https://manhwa18.com'
|
|
overrideVersionCode = 9
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|