version bump to 2.3.2 + changelog
This commit is contained in:
parent
a08da684e1
commit
63f4625266
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.3.2
|
||||||
|
* Fixed OMEMO on Android 5.1 & 6.0
|
||||||
|
* Added setting for video quality
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
### Version 2.3.1
|
### Version 2.3.1
|
||||||
* Stronger compression for video files
|
* Stronger compression for video files
|
||||||
* Use SNI on STARTTLS to fix gtalk
|
* Use SNI on STARTTLS to fix gtalk
|
||||||
|
|
|
@ -67,8 +67,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 293
|
versionCode 294
|
||||||
versionName "2.3.1"
|
versionName "2.3.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in New Issue