version bump to 2.8.0-rc.1 + changelog
This commit is contained in:
parent
23d1ee5e41
commit
f858412d72
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.8.0
|
||||||
|
|
||||||
|
* Audio/Video calls (Requires server support in form of STUN and TURN servers discoverable via XEP-0215)
|
||||||
|
|
||||||
|
|
||||||
### Version 2.7.1
|
### Version 2.7.1
|
||||||
|
|
||||||
* Fix avatar selection on some Android 10 devices
|
* Fix avatar selection on some Android 10 devices
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 374
|
versionCode 375
|
||||||
versionName "2.8.0-beta.3"
|
versionName "2.8.0-rc.1"
|
||||||
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