10 lines
187 B
Groovy
10 lines
187 B
Groovy
ext {
|
|
extName = '6Manhua'
|
|
extClass = '.SixMH'
|
|
themePkg = 'mccms'
|
|
baseUrl = 'https://www.liumanhua.com'
|
|
overrideVersionCode = 5
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|