version bump to 1.9.1

This commit is contained in:
Daniel Gultsch 2016-01-15 23:48:04 +01:00
parent 494a04ffb1
commit ca7b397828
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 119
versionName "1.9.0"
versionCode 120
versionName "1.9.1"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}