version bump to 2.8.7
This commit is contained in:
parent
23c4a26404
commit
9649ba16b5
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 392
|
versionCode 393
|
||||||
versionName "2.8.7-beta.2"
|
versionName "2.8.7"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
* Show help button if A/V call fails
|
||||||
|
* Fixed some annoying crashes
|
||||||
|
* Fixed Jingle connections (file transfer + calls) with bare JIDs
|
Loading…
Reference in New Issue