1
0
Fork 1

version bump to 1.7.0

This commit is contained in:
Daniel Gultsch 2015-10-25 22:48:02 +01:00
parent 6740c5dbfb
commit f95f71fefe

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);
}