File tree 3 files changed +13
-2
lines changed
fastlane/metadata/android/en-US/changelogs
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### Version 2.13.0
4
+
5
+ * Easier access to 'Show QR code'
6
+ * Support PEP Native Bookmarks
7
+ * Add support for SDP Offer / Answer Model (Used by SIP gateways)
8
+ * Raise target API to Android 14
9
+
3
10
### Version 2.12.12
4
11
5
12
* Support Private DNS (DNS over TLS)
Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ android {
97
97
defaultConfig {
98
98
minSdkVersion 21
99
99
targetSdkVersion 34
100
- versionCode 42079
101
- versionName " 2.13.0-beta.2 "
100
+ versionCode 42081
101
+ versionName " 2.13.0"
102
102
archivesBaseName + = " -$versionName "
103
103
applicationId " eu.siacs.conversations"
104
104
resValue " string" , " applicationId" , applicationId
Original file line number Diff line number Diff line change
1
+ * Easier access to 'Show QR code'
2
+ * Support PEP Native Bookmarks
3
+ * Add support for SDP Offer / Answer Model (Used by SIP gateways)
4
+ * Raise target API to Android 14
You can’t perform that action at this time.
0 commit comments