2020-07-17 06:41:54 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
2021-06-14 10:20:05 +00:00
|
|
|
apply plugin: 'kotlinx-serialization'
|
2020-07-17 06:41:54 +00:00
|
|
|
|
|
|
|
ext {
|
|
|
|
extName = 'Kumanga'
|
|
|
|
pkgNameSuffix = 'es.kumanga'
|
|
|
|
extClass = '.Kumanga'
|
2021-06-14 10:20:05 +00:00
|
|
|
extVersionCode = 7
|
2020-07-17 06:41:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|