version bump to 1.9.0-beta.3

This commit is contained in:
Daniel Gultsch 2016-01-13 12:20:24 +01:00
parent 14428da108
commit 3b3aa5b584
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 117
versionName "1.9.0-beta.2"
versionCode 118
versionName "1.9.0-beta.3"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}