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
fastlane/metadata/android/en-US/changelogs/4211404.txt 🔗 @@ -0,0 +1,2 @@ +* exclude older Oppo devices from call integration +* various bug fixes