version bump to 2.2.0-beta + changelog

This commit is contained in:
Daniel Gultsch 2018-05-01 12:55:34 +02:00
parent 949b77c353
commit 68a550de50
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
### Version 2.2.0
* Integrate Voice Recorder
* Integrate Share Location
* Added ability to search messages
### Version 2.1.4
* bug fixes

View File

@ -66,8 +66,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
versionCode 268
versionName "2.1.4"
versionCode 269
versionName "2.2.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId