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