version bump to 2.13.0 + changelog
This commit is contained in:
parent
25dd775613
commit
35c03c34b7
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# 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
|
### Version 2.12.12
|
||||||
|
|
||||||
* Support Private DNS (DNS over TLS)
|
* Support Private DNS (DNS over TLS)
|
||||||
|
|
|
@ -97,8 +97,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 42079
|
versionCode 42081
|
||||||
versionName "2.13.0-beta.2"
|
versionName "2.13.0"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
4
fastlane/metadata/android/en-US/changelogs/4208104.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/4208104.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
* 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
|
Loading…
Reference in a new issue