Update build.gradle

Fix version
This commit is contained in:
Pavka 2018-04-22 23:50:45 +03:00 committed by GitHub
parent 7a1bd791cf
commit e97f14a085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ ext {
appName = 'Tachiyomi: RawLH'
pkgNameSuffix = "ja.rawlh"
extClass = '.Rawlh'
extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.1'
extVersionCode = 2
extVersionSuffix = 0
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"