version bump to 2.3.0 + changelog

This commit is contained in:
Daniel Gultsch 2018-09-27 19:38:45 +02:00
parent 9816261569
commit 7e21d80de2
2 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@
* View per conversation media files in contact and conference details screens
* Enable foreground service by default for Android 8 (notification can be disabled by long pressing it)
* Audio player: disable screen and switch to ear piece
* Support TLSv1.3
### Version 2.2.9

View file

@ -66,8 +66,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
versionCode 286
versionName "2.3.0-beta.3"
versionCode 290
versionName "2.3.0"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId