version bump to 2.3.1 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md | 6 ++++++
build.gradle | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,11 @@
 # Changelog
 
+### Version 2.3.1
+* Stronger compression for video files
+* Use SNI on STARTTLS to fix gtalk
+* Fix Quite Hours on Android 8+
+* Use Consistent Color Generation (XEP-0392)
+
 ### Version 2.3.0
 * Preview and ask for confirmation before sending media files
 * View per conversation media files in contact and conference details screens

build.gradle 🔗

@@ -34,6 +34,7 @@ dependencies {
     }
     implementation 'org.sufficientlysecure:openpgp-api:10.0'
     implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0'
+    //noinspection GradleCompatible
     implementation "com.android.support:support-v13:$supportLibVersion"
     implementation "com.android.support:appcompat-v7:$supportLibVersion"
     implementation "com.android.support:cardview-v7:$supportLibVersion"
@@ -66,8 +67,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 25
-        versionCode 290
-        versionName "2.3.0"
+        versionCode 293
+        versionName "2.3.1"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId