version bump to 2.8.7-beta.2

This commit is contained in:
Daniel Gultsch 2020-06-14 19:11:03 +02:00
parent 20286ea8d2
commit 38b2764c81
2 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@
* Show help button if A/V call fails
* Fixed some annoying crashes
* Fixed Jingle connections (file transfer + calls) with bare JIDs
### Version 2.8.6

View file

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