10 lines
203 B
Groovy
10 lines
203 B
Groovy
ext {
|
|
extName = 'HNI-Scantrad'
|
|
extClass = '.HNIScantrad'
|
|
themePkg = 'pizzareader'
|
|
baseUrl = 'https://hni-scantrad.net'
|
|
overrideVersionCode = 5
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|