Update build.gradle

New version
This commit is contained in:
Pavka 2018-04-20 11:05:57 +03:00 committed by GitHub
parent 923490d0ad
commit 7a1bd791cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ ext {
pkgNameSuffix = "ja.rawlh" pkgNameSuffix = "ja.rawlh"
extClass = '.Rawlh' extClass = '.Rawlh'
extVersionCode = 1 extVersionCode = 1
extVersionSuffix = 0 extVersionSuffix = 1
libVersion = '1.0' libVersion = '1.1'
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"