version bump to 2.3.5 + changelog
This commit is contained in:
parent
40da98289b
commit
79eee4916c
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.3.5
|
||||
* Fixed group chat mentions when nick ends in . (dot)
|
||||
* Fixed Conversations not asking for permissions after direct share
|
||||
* Fixed CVE-2018-18467
|
||||
|
||||
### Version 2.3.4
|
||||
* Fixed sending OMEMO files to ChatSecure
|
||||
|
||||
|
|
|
@ -70,8 +70,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 25
|
||||
versionCode 296
|
||||
versionName "2.3.4"
|
||||
versionCode 297
|
||||
versionName "2.3.5"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in New Issue