mirror of
https://codeberg.org/iNPUTmice/Conversations.git
synced 2026-05-16 08:07:06 +02:00
version bump to 2.16.2 + changelog
This commit is contained in:
parent
a42f687462
commit
89fbd59d9c
3 changed files with 7 additions and 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
|
||||
|
|
|
|||
1
fastlane/metadata/android/en-US/changelogs/4211304.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/4211304.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Run Backup as foreground service to prevent process being stopped after 10 minutes
|
||||
Loading…
Add table
Add a link
Reference in a new issue