version bump to 2.15.1

This commit is contained in:
Daniel Gultsch 2024-04-16 10:16:52 +02:00
parent a1e1417e93
commit 1ba46529ad
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
### Version 2.15.1
* Show message status as icons
* Introduce 'Large font' setting for message bubbles
### Version 2.15.0
* Use Material 3 theme

View file

@ -98,8 +98,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 42107
versionName "2.15.0"
versionCode 42108
versionName "2.15.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View file

@ -0,0 +1,2 @@
* Show message status as icons
* Introduce 'Large font' setting for message bubbles