bump version

This commit is contained in:
pavkazzz 2018-09-15 11:17:44 +03:00
parent b90601c34a
commit 8e9dc86c99
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ ext {
appName = 'Tachiyomi: ComX'
pkgNameSuffix = 'ru.comx'
extClass = '.ComX'
extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0'
extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"