2024-04-06 23:50:56 +01:00

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"