version bump to 1.7.0-beta.2

This commit is contained in:
Daniel Gultsch 2015-10-21 11:14:00 +02:00
parent f4a33a007c
commit d56214f096
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 99 versionCode 100
versionName "1.7.0-beta" versionName "1.7.0-beta.2"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName); project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
} }