version bump to 2.3.3 + changelog

This commit is contained in:
Daniel Gultsch 2018-10-16 12:40:24 +02:00
parent 5f8184fe8e
commit 9048075aaa
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
### Version 2.3.3
* Fixed connection issues with user@ip type JIDs
### Version 2.3.2 ### Version 2.3.2
* Fixed OMEMO on Android 5.1 & 6.0 * Fixed OMEMO on Android 5.1 & 6.0
* Added setting for video quality * Added setting for video quality

View File

@ -67,8 +67,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 25 targetSdkVersion 25
versionCode 294 versionCode 295
versionName "2.3.2" versionName "2.3.3"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId