version bump to 2.14.1 + changelog
This commit is contained in:
parent
f22d19f7d0
commit
429b190b8e
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.14.1
|
||||
|
||||
* Fix A/V calls on Android 8
|
||||
* Fix race conditions in new call integration
|
||||
* Fix video compression sticking around
|
||||
|
||||
### Version 2.14.0
|
||||
|
||||
* Improve integration of A/V calls into the operating system
|
||||
|
|
|
@ -97,8 +97,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 34
|
||||
versionCode 42103
|
||||
versionName "2.14.0"
|
||||
versionCode 42104
|
||||
versionName "2.14.1"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/4210404.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/4210404.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
* Fix A/V calls on Android 8
|
||||
* Fix race conditions in new call integration
|
||||
* Fix video compression sticking around
|
Loading…
Reference in a new issue