version bump to 2.13.3 + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md                                           | 5 +++++
build.gradle                                           | 4 ++--
fastlane/metadata/android/en-US/changelogs/4209204.txt | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,10 @@
 # Changelog
 
+### Version 2.13.3
+
+* Provide easier access to 'Privacy Policy' on Play Store version (Quicksy and Conversations)
+* Remove address book integration on Play Store version of Conversations
+
 ### Version 2.13.2
 
 * minor bug fixes

build.gradle 🔗

@@ -97,8 +97,8 @@ android {
     defaultConfig {
         minSdkVersion 21
         targetSdkVersion 34
-        versionCode 42091
-        versionName "2.13.2"
+        versionCode 42092
+        versionName "2.13.3"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId