version bump to 2.8.10-beta + changelog

This commit is contained in:
Daniel Gultsch 2020-07-27 17:21:09 +02:00
parent 9cd4e1d581
commit e10b182d6b
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog
### Version 2.8.10
* Handle GPX files
* Improve performance for backup restore
* bug fixes
### Version 2.8.9
* add 'Return to chat' to audio call screen

View file

@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 395
versionName "2.8.9"
versionCode 396
versionName "2.8.10-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId