2020-11-14 18:52:34 +00:00

13 lines
255 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Emerald'
pkgNameSuffix = 'all.emerald'
extClass = '.EmeraldFactory'
extVersionCode = 7
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"