increment version code

This commit is contained in:
Daniel Gultsch 2015-11-26 17:44:44 +01:00
parent 60211a315e
commit aeba964a65
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 106
versionCode 107
versionName "1.7.3"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}