version bump to 2.11.0-beta.2
This commit is contained in:
parent
b374feccbd
commit
16f140572f
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
* Implement Extensible SASL Profile, Bind 2.0 and Fast for faster reconnects
|
* Implement Extensible SASL Profile, Bind 2.0 and Fast for faster reconnects
|
||||||
* Implement Channel Binding
|
* Implement Channel Binding
|
||||||
|
* Add ability to switch from audio call to video call
|
||||||
* Add ability to delete own avatar
|
* Add ability to delete own avatar
|
||||||
* Add notification for missed calls
|
* Add notification for missed calls
|
||||||
|
|
||||||
|
|
|
@ -93,8 +93,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 42039
|
versionCode 42040
|
||||||
versionName "2.11.0-beta"
|
versionName "2.11.0-beta.2"
|
||||||
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