version bump to 2.8.2 + changelog

This commit is contained in:
Daniel Gultsch 2020-05-06 16:03:09 +02:00
parent 5d28ae9f38
commit 42563e6c29
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
### Version 2.8.2
* Add button to switch camea during video call
* Fixed voice calls on tablets
### Version 2.8.1
* Audible feedback (dialing, call started, call ended) for voice calls.
* Fixed issue with retrying failed video call

View File

@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 381
versionName "2.8.1"
versionCode 382
versionName "2.8.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View File

@ -0,0 +1,2 @@
* Add button to switch camea during video call
* Fixed voice calls on tablets