Tachiyomi-Extensions/src/en/mangasee/build.gradle

14 lines
286 B
Groovy
Raw Normal View History

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
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"