version code bump and tagging 1.8.1

This commit is contained in:
Daniel Gultsch 2015-12-13 11:06:56 +01:00
parent 50817956c2
commit b0a314411f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 111
versionCode 112
versionName "1.8.1"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}