10 lines
182 B
Groovy
10 lines
182 B
Groovy
ext {
|
|
extName = 'Xs Scan'
|
|
extClass = '.XsScan'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://xsscan.xyz'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|