12 lines
242 B
Groovy
12 lines
242 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'IuTruyenTranh'
|
|
pkgNameSuffix = 'vi.iutruyentranh'
|
|
extClass = '.IuTruyenTranh'
|
|
extVersionCode = 5
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|