version bump to 1.17.0-beta.2

This commit is contained in:
Daniel Gultsch 2017-03-08 22:07:37 +01:00
parent 7747fc0ea1
commit 19b7179bcd
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 200
versionName "1.17.0-beta"
versionCode 201
versionName "1.17.0-beta.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}