version bump to 2.3.9 + changelog
This commit is contained in:
parent
870b266cd5
commit
92f4f5b865
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.3.9
|
||||||
|
* OMEMO stability improvements
|
||||||
|
* Context menu wen long pressing avatar in 1:1 chat
|
||||||
|
|
||||||
### Version 2.3.8
|
### Version 2.3.8
|
||||||
* make PEP avatars public to play nice with Prosody 0.11
|
* make PEP avatars public to play nice with Prosody 0.11
|
||||||
* Fixed re-sending failed files in group chats
|
* Fixed re-sending failed files in group chats
|
||||||
|
|
|
@ -75,8 +75,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 305
|
versionCode 307
|
||||||
versionName "2.3.8"
|
versionName "2.3.9"
|
||||||
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