version bump to 2.8.6 + changelog
This commit is contained in:
parent
f879d87f04
commit
c029382410
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.8.6
|
||||
|
||||
* Offer to record voice message when callee is busy
|
||||
|
||||
### Version 2.8.5
|
||||
|
||||
* Reduce echo during calls on some devices
|
||||
|
|
|
@ -95,8 +95,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 388
|
||||
versionName "2.8.5"
|
||||
versionCode 390
|
||||
versionName "2.8.6"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
1
fastlane/metadata/android/en-US/changelogs/390.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/390.txt
Normal file
|
@ -0,0 +1 @@
|
|||
* Offer to record voice message when callee is busy
|
Loading…
Reference in a new issue