
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
11 lines
207 B
Groovy
11 lines
207 B
Groovy
ext {
|
|
extName = '1Manga.co'
|
|
extClass = '.OneMangaCo'
|
|
themePkg = 'mangahub'
|
|
baseUrl = 'https://1manga.co'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|