2021-10-21 06:44:31 -04:00

12 lines
234 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Gone with the Blastwave'
pkgNameSuffix = 'en.gwtb'
extClass = '.GWTB'
extVersionCode = 1
}
apply from: "$rootDir/common.gradle"