10 lines
213 B
Groovy
10 lines
213 B
Groovy
ext {
|
|
extName = 'Lady Estelar Scan'
|
|
extClass = '.LadyEstelarScan'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://ladyestelarscan.com.br'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|