version bump to 1.7.0

This commit is contained in:
Daniel Gultsch 2015-10-25 22:48:02 +01:00
parent 56afdcc94a
commit d4877177b7
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 100
versionName "1.7.0-beta.2"
versionCode 102
versionName "1.7.0"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}