2017-01-21 16:55:27 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
|
|
|
|
ext {
|
|
|
|
appName = 'Tachiyomi: Mangasee'
|
|
|
|
pkgNameSuffix = "en.mangasee"
|
|
|
|
extClass = '.Mangasee'
|
2017-06-02 15:48:37 +00:00
|
|
|
extVersionCode = 2
|
2017-06-01 15:49:38 +00:00
|
|
|
extVersionSuffix = 2
|
2017-01-21 16:55:27 +00:00
|
|
|
libVersion = '1.0'
|
|
|
|
}
|
|
|
|
|
2017-02-25 15:51:30 +00:00
|
|
|
apply from: "$rootDir/common.gradle"
|