version bump to 2.2.6 + changelog

This commit is contained in:
Daniel Gultsch 2018-07-11 21:48:54 +02:00
parent 07c096204a
commit 79fe1c8972
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Changelog # Changelog
### Version 2.2.6
* support old MAM version to work with Prosody
### Version 2.2.5 ### Version 2.2.5
* Persist MUC avatar across restarts / show in bookmarks * Persist MUC avatar across restarts / show in bookmarks
* Offer Paste as quote for HTML content * Offer Paste as quote for HTML content

View file

@ -67,8 +67,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 25 targetSdkVersion 25
versionCode 277 versionCode 278
versionName "2.2.5" versionName "2.2.6"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId