Skip to content

Commit

Permalink
version bump to 2.3.1 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iNPUTmice committed Oct 5, 2018
1 parent f2f44c7 commit b27fa6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 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
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b27fa6d

Please sign in to comment.