version bump to 2.10.0-beta.2 + changelog
This commit is contained in:
parent
63f5f8c89d
commit
5a9777f7f1
|
@ -3,6 +3,7 @@
|
||||||
### Version 2.10.0
|
### Version 2.10.0
|
||||||
|
|
||||||
* Show black bars when remote video does not match aspect ratio of screen
|
* Show black bars when remote video does not match aspect ratio of screen
|
||||||
|
* Improve search performance
|
||||||
* Add setting to prevent screenshots
|
* Add setting to prevent screenshots
|
||||||
|
|
||||||
### Version 2.9.13
|
### Version 2.9.13
|
||||||
|
|
|
@ -93,8 +93,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 42016
|
versionCode 42017
|
||||||
versionName "2.10.0-beta"
|
versionName "2.10.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