version bump to 2.15.3 + changelog

This commit is contained in:
Daniel Gultsch 2024-04-22 14:07:28 +02:00
parent 19e7c7ff19
commit 23e88e6e42
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
### Version 2.15.3
* fix call integration on some Android 14 devices
* Introduce 'Invites from Strangers' setting
### Version 2.15.2 ### Version 2.15.2
* Fix Quicksy registration on Android 6/7 * Fix Quicksy registration on Android 6/7

View file

@ -98,8 +98,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 34 targetSdkVersion 34
versionCode 42109 versionCode 42110
versionName "2.15.2" versionName "2.15.3"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId

View file

@ -0,0 +1,2 @@
* fix call integration on some Android 14 devices
* Introduce 'Invites from Strangers' setting