version bump to 2.11.0-beta
This commit is contained in:
parent
6b9ebb3abf
commit
d51682a9bc
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.11.0
|
||||||
|
|
||||||
|
* Implement Extensible SASL Profile, Bind 2.0 and Fast for faster reconnects
|
||||||
|
* Implement Channel Binding
|
||||||
|
* Add ability to delete own avatar
|
||||||
|
* Add notification for missed calls
|
||||||
|
|
||||||
### Version 2.10.10
|
### Version 2.10.10
|
||||||
|
|
||||||
* Minor bug fixes
|
* Minor bug fixes
|
||||||
|
|
|
@ -93,8 +93,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 42038
|
versionCode 42039
|
||||||
versionName "2.10.10"
|
versionName "2.11.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