forgot to change build version (#186)

This commit is contained in:
Carlos 2018-02-04 15:23:18 -05:00 committed by inorichi
parent 5c2b444eeb
commit 6b631a36a2
1 changed files with 2 additions and 2 deletions

View File

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