10 lines
183 B
Groovy
10 lines
183 B
Groovy
ext {
|
|
extName = 'Marmota'
|
|
extClass = '.Marmota'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://marmota.me'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|