version bump to 2.8.10-beta + changelog
This commit is contained in:
parent
9cd4e1d581
commit
e10b182d6b
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.8.10
|
||||||
|
|
||||||
|
* Handle GPX files
|
||||||
|
* Improve performance for backup restore
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
### Version 2.8.9
|
### Version 2.8.9
|
||||||
|
|
||||||
* add 'Return to chat' to audio call screen
|
* add 'Return to chat' to audio call screen
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 395
|
versionCode 396
|
||||||
versionName "2.8.9"
|
versionName "2.8.10-beta"
|
||||||
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