10 lines
192 B
Groovy
10 lines
192 B
Groovy
ext {
|
|
extName = 'Maid Scan'
|
|
extClass = '.MaidScan'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://empreguetes.site'
|
|
overrideVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|