version bump to 2.8.3 + changelog
This commit is contained in:
parent
907b4d2b8a
commit
11de70312c
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.8.3
|
||||||
|
|
||||||
|
* Move call icon to the left in order to keep other toolbar icons in a consistent place
|
||||||
|
* Show call duration during audio calls
|
||||||
|
* Tie breaking for A/V calls (the same two people calling each other at the same time)
|
||||||
|
|
||||||
### Version 2.8.2
|
### Version 2.8.2
|
||||||
|
|
||||||
* Add button to switch camea during video call
|
* Add button to switch camea during video call
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 382
|
versionCode 383
|
||||||
versionName "2.8.2"
|
versionName "2.8.3"
|
||||||
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