CHANGELOG.md 🔗
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.8.7
+
+* Show help button if A/V call fails
+* Fixed some annoying crashes
+
### Version 2.8.6
* Offer to record voice message when callee is busy
Daniel Gultsch created
CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.8.7
+
+* Show help button if A/V call fails
+* Fixed some annoying crashes
+
### Version 2.8.6
* Offer to record voice message when callee is busy
@@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 390
- versionName "2.8.6"
+ versionCode 391
+ versionName "2.8.7-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId