Eugene f20372cee7 Remove extVersionSuffix (#575)
Remove extVersionSuffix
2018-10-20 15:28:01 -04:00

13 lines
276 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: IuTruyenTranh'
pkgNameSuffix = 'vi.iutruyentranh'
extClass = '.Iutruyentranh'
extVersionCode = 3
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"