2021-10-26 15:59:02 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
apply plugin: 'kotlinx-serialization'
|
|
|
|
|
|
|
|
ext {
|
|
|
|
extName = 'Manta Comics'
|
|
|
|
pkgNameSuffix = 'en.manta'
|
|
|
|
extClass = '.MantaComics'
|
2022-04-29 18:46:50 +00:00
|
|
|
extVersionCode = 3
|
2021-10-26 15:59:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|