version bump to 2.14.0-beta + changelog

This commit is contained in:
Daniel Gultsch 2024-02-23 09:52:43 +01:00
parent f1abfbdf35
commit 94f3b1fb57
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
### Version 2.14.0
* Improve integration of A/V calls into the operating system
### Version 2.13.4 ### Version 2.13.4
* Fix minor regressions introduced with 2.13.1 * Fix minor regressions introduced with 2.13.1

View file

@ -97,8 +97,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 34 targetSdkVersion 34
versionCode 42094 versionCode 42095
versionName "2.13.4" versionName "2.14.0-beta"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId

View file

@ -0,0 +1 @@
* Improve integration of A/V calls into the operating system