
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
11 lines
218 B
Groovy
11 lines
218 B
Groovy
ext {
|
|
extName = 'ManhwaDesu'
|
|
extClass = '.ManhwaDesu'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://manhwadesu.one'
|
|
overrideVersionCode = 4
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|