version bump to 2.8.1 + changelog
This commit is contained in:
parent
a49d69c878
commit
52d416c6e6
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.8.1
|
||||
* Audible feedback (dialing, call started, call ended) for voice calls.
|
||||
* Fixed issue with retrying failed video call
|
||||
|
||||
### Version 2.8.0
|
||||
|
||||
* Audio/Video calls (Requires server support in form of STUN and TURN servers discoverable via XEP-0215)
|
||||
|
|
|
@ -95,8 +95,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 379
|
||||
versionName "2.8.0"
|
||||
versionCode 380
|
||||
versionName "2.8.1"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
2
fastlane/metadata/android/en-US/changelogs/380.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/380.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
* Audible feedback (dialing, call started, call ended) for voice calls.
|
||||
* Fixed issue with retrying failed video call
|
Loading…
Reference in a new issue