version bump to 2.2.5 + changelog
This commit is contained in:
parent
49d5c1eb52
commit
88a7186ace
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.2.5
|
||||||
|
* Persist MUC avatar across restarts / show in bookmarks
|
||||||
|
* Offer Paste as quote for HTML content
|
||||||
|
|
||||||
### Version 2.2.4
|
### Version 2.2.4
|
||||||
* Use group chat name as primary identifier
|
* Use group chat name as primary identifier
|
||||||
* Show group name and subject in group chat details
|
* Show group name and subject in group chat details
|
||||||
|
|
|
@ -67,8 +67,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 276
|
versionCode 277
|
||||||
versionName "2.2.4"
|
versionName "2.2.5"
|
||||||
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