version bump to 2.13.0 + changelog
This commit is contained in:
parent
25dd775613
commit
35c03c34b7
|
@ -1,5 +1,12 @@
|
|||
# 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
|
||||
|
|
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