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

version bump to 2.13.1-beta.2 and changelog

parent ce645bbd
No related branches found
No related tags found
No related merge requests found
# Changelog
### Version 2.13.1
* Support P2P file transfer via WebRTC data channels
* Fix interoperability issues with Bind 2.0 on ejabberd
* Bundle Let’s Encrypt root certificates for Android <= 7
### Version 2.13.0
* Easier access to 'Show QR code'
......
......@@ -97,8 +97,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 42081
versionName "2.13.0"
versionCode 42083
versionName "2.13.1-beta.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
......
* Support P2P file transfer via WebRTC data channels
* Fix interoperability issues with Bind 2.0 on ejabberd
* Bundle Let’s Encrypt root certificates for Android <= 7
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