version bump to 2.8.10
This commit is contained in:
parent
129f43a349
commit
59d7bb63e9
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 396
|
versionCode 397
|
||||||
versionName "2.8.10-beta"
|
versionName "2.8.10"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
3
fastlane/metadata/android/en-US/changelogs/397.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/397.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
* Handle GPX files
|
||||||
|
* Improve performance for backup restore
|
||||||
|
* bug fixes
|
Loading…
Reference in a new issue