Skip to content

Commit

Permalink
version bump to 2.14.1 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iNPUTmice committed Mar 30, 2024
1 parent f22d19f commit 429b190
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4210404.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fix A/V calls on Android 8
* Fix race conditions in new call integration
* Fix video compression sticking around

0 comments on commit 429b190

Please sign in to comment.