version bump to 1.11.0-beta.3

This commit is contained in:
Daniel Gultsch 2016-03-05 09:49:43 +01:00
parent d3542202b5
commit 8339ebf3dc
1 changed files with 2 additions and 2 deletions

View File

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