
* 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 = 'Lala Manga'
|
|
extClass = '.LalaManga'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://lalamanga.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|