bump version code for beta

This commit is contained in:
Daniel Gultsch 2016-01-09 16:45:10 +01:00
parent 4ab8fe13de
commit 95db6db935
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 115
versionName "1.8.4"
versionCode 116
versionName "1.9.0-beta"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}