version bump to 2.15.0-beta + changelog
This commit is contained in:
parent
11d435f327
commit
2c28a0d1e6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue