version bump to 2.13.1-beta.2 and changelog
This commit is contained in:
parent
ce645bbd41
commit
dd0c82302b
|
@ -1,5 +1,11 @@
|
|||
# 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
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/4208304.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/4208304.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
* 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
|
Loading…
Reference in a new issue