2019-03-18 20:41:07 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
|
|
|
|
ext {
|
2020-06-26 02:34:34 +00:00
|
|
|
extName = 'Ikuhentai'
|
2019-03-18 20:41:07 +00:00
|
|
|
pkgNameSuffix = 'es.ikuhentai'
|
|
|
|
extClass = '.Ikuhentai'
|
|
|
|
extVersionCode = 1
|
|
|
|
libVersion = '1.2'
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|