10 lines
192 B
Groovy
10 lines
192 B
Groovy
ext {
|
|
extName = 'Lunar Scan'
|
|
extClass = '.LunarScan'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://lunarrscan.com'
|
|
overrideVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|