10 lines
202 B
Groovy
10 lines
202 B
Groovy
ext {
|
|
extName = 'Miau Scan'
|
|
extClass = '.MiauScanFactory'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://zonamiau.com'
|
|
overrideVersionCode = 5
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|