2018-09-22 17:07:31 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
2021-06-14 10:20:05 +00:00
|
|
|
apply plugin: 'kotlinx-serialization'
|
2018-09-22 17:07:31 +00:00
|
|
|
|
|
|
|
ext {
|
2020-06-26 02:34:34 +00:00
|
|
|
extName = 'Mangahasu'
|
2018-09-22 17:07:31 +00:00
|
|
|
pkgNameSuffix = 'en.mangahasu'
|
|
|
|
extClass = '.Mangahasu'
|
2021-12-28 09:23:58 +00:00
|
|
|
extVersionCode = 16
|
2018-09-22 17:07:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|