version bump to 2.8.2 + changelog
This commit is contained in:
parent
5d28ae9f38
commit
42563e6c29
|
@ -1,6 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.8.2
|
||||
|
||||
* Add button to switch camea during video call
|
||||
* Fixed voice calls on tablets
|
||||
|
||||
### Version 2.8.1
|
||||
|
||||
* Audible feedback (dialing, call started, call ended) for voice calls.
|
||||
* Fixed issue with retrying failed video call
|
||||
|
||||
|
|
|
@ -95,8 +95,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 381
|
||||
versionName "2.8.1"
|
||||
versionCode 382
|
||||
versionName "2.8.2"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
2
fastlane/metadata/android/en-US/changelogs/382.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/382.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
* Add button to switch camea during video call
|
||||
* Fixed voice calls on tablets
|
Loading…
Reference in a new issue