versrion bump to 1.7.2

This commit is contained in:
Daniel Gultsch 2015-10-30 12:05:44 +01:00
parent 34bcc59f72
commit b9de159e97
1 changed files with 2 additions and 2 deletions

View File

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