version bump to 2.11.0-beta.2

This commit is contained in:
Daniel Gultsch 2022-11-30 11:55:34 +01:00
parent b374feccbd
commit 16f140572f
2 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@
* Implement Extensible SASL Profile, Bind 2.0 and Fast for faster reconnects
* Implement Channel Binding
* Add ability to switch from audio call to video call
* Add ability to delete own avatar
* Add notification for missed calls

View file

@ -93,8 +93,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 32
versionCode 42039
versionName "2.11.0-beta"
versionCode 42040
versionName "2.11.0-beta.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId