bump version code

This commit is contained in:
Daniel Gultsch 2015-12-11 20:37:52 +01:00
parent a1ac4fd665
commit 5e79e94e77
1 changed files with 1 additions and 1 deletions

View File

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