version bump to 2.8.7-beta + changelog

This commit is contained in:
Daniel Gultsch 2020-06-12 09:40:00 +02:00
parent 01bfb5fd56
commit 8059aa7b0d
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
### Version 2.8.7
* Show help button if A/V call fails
* Fixed some annoying crashes
### Version 2.8.6 ### Version 2.8.6
* Offer to record voice message when callee is busy * Offer to record voice message when callee is busy

View File

@ -95,8 +95,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 390 versionCode 391
versionName "2.8.6" versionName "2.8.7-beta"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId