CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.16.2
+
+* Run Backup as foreground service to prevent process being stopped after 10 minutes
+
### Version 2.16.1
* Fix call getting un-muted when switching output devices
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/4211304.txt | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.16.2
+
+* Run Backup as foreground service to prevent process being stopped after 10 minutes
+
### Version 2.16.1
* Fix call getting un-muted when switching output devices
@@ -100,8 +100,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42112
- versionName "2.16.1"
+ versionCode 42113
+ versionName "2.16.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1 @@
+* Run Backup as foreground service to prevent process being stopped after 10 minutes