version bump to 2.8.7-beta.2
This commit is contained in:
parent
20286ea8d2
commit
38b2764c81
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
* Show help button if A/V call fails
|
* Show help button if A/V call fails
|
||||||
* Fixed some annoying crashes
|
* Fixed some annoying crashes
|
||||||
|
* Fixed Jingle connections (file transfer + calls) with bare JIDs
|
||||||
|
|
||||||
### Version 2.8.6
|
### Version 2.8.6
|
||||||
|
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 391
|
versionCode 392
|
||||||
versionName "2.8.7-beta"
|
versionName "2.8.7-beta.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue