Skip to content
Snippets Groups Projects
Unverified Commit 35c03c34 authored by Daniel Gultsch's avatar Daniel Gultsch
Browse files

version bump to 2.13.0 + changelog

parent 25dd7756
No related branches found
Tags 2.13.0
No related merge requests found
# Changelog
### Version 2.13.0
* Easier access to 'Show QR code'
* Support PEP Native Bookmarks
* Add support for SDP Offer / Answer Model (Used by SIP gateways)
* Raise target API to Android 14
### Version 2.12.12
* Support Private DNS (DNS over TLS)
......
......@@ -97,8 +97,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 42079
versionName "2.13.0-beta.2"
versionCode 42081
versionName "2.13.0"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
......
* Easier access to 'Show QR code'
* Support PEP Native Bookmarks
* Add support for SDP Offer / Answer Model (Used by SIP gateways)
* Raise target API to Android 14
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment