version bump to 2.3.0 + changelog
This commit is contained in:
parent
9816261569
commit
7e21d80de2
|
@ -5,6 +5,7 @@
|
||||||
* View per conversation media files in contact and conference details screens
|
* 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)
|
* 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
|
* Audio player: disable screen and switch to ear piece
|
||||||
|
* Support TLSv1.3
|
||||||
|
|
||||||
|
|
||||||
### Version 2.2.9
|
### Version 2.2.9
|
||||||
|
|
|
@ -66,8 +66,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 286
|
versionCode 290
|
||||||
versionName "2.3.0-beta.3"
|
versionName "2.3.0"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in New Issue