
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
11 lines
219 B
Groovy
11 lines
219 B
Groovy
ext {
|
|
extName = 'NIGHT SCANS'
|
|
extClass = '.NightScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://nightscans.net'
|
|
overrideVersionCode = 3
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|