version bump to 2.8.10

This commit is contained in:
Daniel Gultsch 2020-08-03 07:38:49 +02:00
parent 129f43a349
commit 59d7bb63e9
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -0,0 +1,3 @@
* Handle GPX files
* Improve performance for backup restore
* bug fixes