version bump to 2.9.0

This commit is contained in:
Daniel Gultsch 2020-09-09 13:52:43 +02:00
parent ce1b707837
commit 0b4d12782b
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
### Version 2.9.0
* Search individual conversations
* Notify user if message delivery fails
* Remember display names (nicks) from Quicksy users across restarts
* Add button to start Orbot (Tor) from notification if necessary
### Version 2.8.10 ### Version 2.8.10
* Handle GPX files * Handle GPX files

View file

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