Change summary
CHANGELOG.md | 6 ++++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/382.txt | 2 ++
3 files changed, 10 insertions(+), 2 deletions(-)
Detailed changes
@@ -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
@@ -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
@@ -0,0 +1,2 @@
+* Add button to switch camea during video call
+* Fixed voice calls on tablets