2020-12-18 17:42:11 -05:00

13 lines
241 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'WNACG'
pkgNameSuffix = 'zh.wnacg'
extClass = '.wnacg'
extVersionCode = 4
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"