version bump to 2.3.4 + changelog
This commit is contained in:
parent
7ff5aa3006
commit
5e764216ef
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.3.4
|
||||
* Fixed sending OMEMO files to ChatSecure
|
||||
|
||||
### Version 2.3.3
|
||||
* Fixed connection issues with user@ip type JIDs
|
||||
|
||||
|
|
|
@ -67,8 +67,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 25
|
||||
versionCode 295
|
||||
versionName "2.3.3"
|
||||
versionCode 296
|
||||
versionName "2.3.4"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in a new issue