version bump to 1.11.0

This commit is contained in:
Daniel Gultsch 2016-03-07 11:06:41 +01:00
parent 24aefa109c
commit 1e75283250
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 23 targetSdkVersion 23
versionCode 131 versionCode 132
versionName "1.11.0-beta.3" versionName "1.11.0"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }