
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
11 lines
205 B
Groovy
11 lines
205 B
Groovy
ext {
|
|
extName = 'LuxManga'
|
|
extClass = '.LuxManga'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://luxmanga.net'
|
|
overrideVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|