10 lines
204 B
Groovy
10 lines
204 B
Groovy
ext {
|
|
extName = 'Mode Scanlator'
|
|
extClass = '.ModeScanlator'
|
|
themePkg = 'heancms'
|
|
baseUrl = 'https://modescanlator.com'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|