version bump to 2.16.3 + changelog

Daniel Gultsch created

Change summary

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

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,10 @@
 # Changelog
 
+### Version 2.16.3
+
+* exclude older Oppo devices from call integration
+* various bug fixes
+
 ### Version 2.16.2
 
 * Run Backup as foreground service to prevent process being stopped after 10 minutes

build.gradle 🔗

@@ -104,8 +104,8 @@ android {
     defaultConfig {
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 42113
-        versionName "2.16.2"
+        versionCode 42114
+        versionName "2.16.3"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId