version bump to 2.15.0-beta + changelog

This commit is contained in:
Daniel Gultsch 2024-04-09 17:39:26 +02:00
parent 11d435f327
commit 2c28a0d1e6
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog
### Version 2.15.0
* Use Material 3 theme
* Reorganize settings
* Synchronize read state across devices
### Version 2.14.2
* Restore access to Channel Discovery for Android 6+7

View file

@ -98,8 +98,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 42105
versionName "2.14.2"
versionCode 42106
versionName "2.15.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId