13 lines
271 B
Groovy
13 lines
271 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'Simply Hentai'
|
|
pkgNameSuffix = 'all.simplyhentai'
|
|
extClass = '.SimplyHentaiFactory'
|
|
extVersionCode = 1
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|