version bump to 1.7.3

This commit is contained in:
Daniel Gultsch 2015-11-26 06:53:52 +01:00
parent 84120a341a
commit 26ec6f7782
1 changed files with 2 additions and 2 deletions

View File

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