version bump to 2.3.5 + changelog
This commit is contained in:
parent
40da98289b
commit
79eee4916c
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# 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
|
### Version 2.3.4
|
||||||
* Fixed sending OMEMO files to ChatSecure
|
* Fixed sending OMEMO files to ChatSecure
|
||||||
|
|
||||||
|
|
|
@ -70,8 +70,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 296
|
versionCode 297
|
||||||
versionName "2.3.4"
|
versionName "2.3.5"
|
||||||
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