version bump to 2.8.6 + changelog
This commit is contained in:
parent
f879d87f04
commit
c029382410
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.8.6
|
||||||
|
|
||||||
|
* Offer to record voice message when callee is busy
|
||||||
|
|
||||||
### Version 2.8.5
|
### Version 2.8.5
|
||||||
|
|
||||||
* Reduce echo during calls on some devices
|
* Reduce echo during calls on some devices
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 388
|
versionCode 390
|
||||||
versionName "2.8.5"
|
versionName "2.8.6"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
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