version bump to 2.2.3 + changelog

This commit is contained in:
Daniel Gultsch 2018-06-14 08:27:23 +02:00
parent b9bf228f11
commit d8e0ad62a4
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
### Version 2.2.3
* Introduce Expert Setting to enable direct search
* Introduce Paste As Quote on Android 6+
* Fixed issues with HTTP Upload
### Version 2.2.2 ### Version 2.2.2
* Fixed connection problems with TLS1.3 servers * Fixed connection problems with TLS1.3 servers
* Attempt to delete broken bundles from PEP * Attempt to delete broken bundles from PEP

View file

@ -66,8 +66,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 25 targetSdkVersion 25
versionCode 273 versionCode 274
versionName "2.2.2" versionName "2.2.3"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId