14 lines
280 B
Groovy
14 lines
280 B
Groovy
|
apply plugin: 'com.android.application'
|
||
|
apply plugin: 'kotlin-android'
|
||
|
|
||
|
ext {
|
||
|
appName = 'Tachiyomi: Mangasee'
|
||
|
pkgNameSuffix = "en.mangasee"
|
||
|
extClass = '.Mangasee'
|
||
|
extVersionCode = 1
|
||
|
extVersionSuffix = 1
|
||
|
libVersion = '1.0'
|
||
|
}
|
||
|
|
||
|
apply from: '../common.gradle'
|