version bump to 2.13.1-beta.2 and changelog
This commit is contained in:
parent
ce645bbd41
commit
dd0c82302b
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# 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
|
### Version 2.13.0
|
||||||
|
|
||||||
* Easier access to 'Show QR code'
|
* Easier access to 'Show QR code'
|
||||||
|
|
|
@ -97,8 +97,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 42081
|
versionCode 42083
|
||||||
versionName "2.13.0"
|
versionName "2.13.1-beta.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
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