version bump to 2.8.0-rc.1 + changelog

This commit is contained in:
Daniel Gultsch 2020-04-20 16:19:31 +02:00
parent 23d1ee5e41
commit f858412d72
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# 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
* Fix avatar selection on some Android 10 devices

View File

@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 374
versionName "2.8.0-beta.3"
versionCode 375
versionName "2.8.0-rc.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId