version bump to 2.10.0-beta
This commit is contained in:
parent
af42e34654
commit
581eb511b9
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.10.0
|
||||||
|
|
||||||
|
* Show black bars when remote video does not match aspect ratio of screen
|
||||||
|
* Add setting to prevent screenshots
|
||||||
|
|
||||||
### Version 2.9.13
|
### Version 2.9.13
|
||||||
|
|
||||||
* minor A/V improvements
|
* minor A/V improvements
|
||||||
|
|
|
@ -93,8 +93,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 42015
|
versionCode 42016
|
||||||
versionName "2.9.13"
|
versionName "2.10.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 New Issue