version bump to 2.2.9 + changelog
This commit is contained in:
parent
6d6bbc0a5d
commit
effe52981a
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.2.9
|
||||||
|
* Store bookmarks in PEP if server has ability to convert to old bookmarks
|
||||||
|
* Show Jabber IDs from address book in Start Conversation screen
|
||||||
|
|
||||||
### Version 2.2.8
|
### Version 2.2.8
|
||||||
* fixed regression that broke XMPP uris
|
* fixed regression that broke XMPP uris
|
||||||
|
|
||||||
|
|
|
@ -65,8 +65,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 280
|
versionCode 283
|
||||||
versionName "2.2.8"
|
versionName "2.2.9"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue