version bump to 2.5.4 + changelog
This commit is contained in:
parent
553b65ffcd
commit
b58d011737
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.5.4
|
||||||
|
* stability improvements for group chats and channels
|
||||||
|
|
||||||
### Version 2.5.3
|
### Version 2.5.3
|
||||||
* bug fixes for peer to peer file transfer (Jingle)
|
* bug fixes for peer to peer file transfer (Jingle)
|
||||||
* fixed server info for unlimited/unknown max file size
|
* fixed server info for unlimited/unknown max file size
|
||||||
|
|
|
@ -81,8 +81,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 332
|
versionCode 333
|
||||||
versionName "2.5.4-beta.2"
|
versionName "2.5.4"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in New Issue