2019-07-04 22:23:07 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
|
|
|
|
ext {
|
2020-06-26 02:34:34 +00:00
|
|
|
extName = 'Mangasail'
|
2019-07-04 22:23:07 +00:00
|
|
|
pkgNameSuffix = 'en.mangasail'
|
|
|
|
extClass = '.Mangasail'
|
2020-05-27 08:29:51 +00:00
|
|
|
extVersionCode = 2
|
2019-07-04 22:23:07 +00:00
|
|
|
libVersion = '1.2'
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|