Skip to content

Commit

Permalink
version bump to 2.3.2 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iNPUTmice committed Oct 11, 2018
1 parent a08da68 commit 63f4625
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

### Version 2.3.2
* Fixed OMEMO on Android 5.1 & 6.0
* Added setting for video quality
* bug fixes

### Version 2.3.1
* Stronger compression for video files
* Use SNI on STARTTLS to fix gtalk
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -67,8 +67,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
versionCode 293
versionName "2.3.1"
versionCode 294
versionName "2.3.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
Expand Down

0 comments on commit 63f4625

Please sign in to comment.