version bump to 2.15.0-beta + changelog
This commit is contained in:
parent
11d435f327
commit
2c28a0d1e6
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.15.0
|
||||||
|
|
||||||
|
* Use Material 3 theme
|
||||||
|
* Reorganize settings
|
||||||
|
* Synchronize read state across devices
|
||||||
|
|
||||||
### Version 2.14.2
|
### Version 2.14.2
|
||||||
|
|
||||||
* Restore access to Channel Discovery for Android 6+7
|
* Restore access to Channel Discovery for Android 6+7
|
||||||
|
|
|
@ -98,8 +98,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 42105
|
versionCode 42106
|
||||||
versionName "2.14.2"
|
versionName "2.15.0-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue