version bump to 2.16.2 + changelog

This commit is contained in:
Daniel Gultsch 2024-05-22 14:58:37 +02:00
commit 89fbd59d9c
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -0,0 +1 @@
* Run Backup as foreground service to prevent process being stopped after 10 minutes