12 lines
233 B
Groovy
12 lines
233 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'ZeurelScan'
|
|
pkgNameSuffix = 'it.zeurelscan'
|
|
extClass = '.ZeurelScan'
|
|
extVersionCode = 1
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|