version bump to 1.8.2

This commit is contained in:
Daniel Gultsch 2015-12-20 19:37:33 +01:00
parent ae491764f2
commit 1867571368
1 changed files with 2 additions and 2 deletions

View File

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