
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
11 lines
212 B
Groovy
11 lines
212 B
Groovy
ext {
|
|
extName = 'Manga Mitsu'
|
|
extClass = '.MangaMitsu'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://mangamitsu.com'
|
|
overrideVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|