version bump to 2.2.2 + changelog
This commit is contained in:
parent
93df2ecc69
commit
f58c1732b6
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.2.2
|
||||||
|
* Fixed connection problems with TLS1.3 servers
|
||||||
|
* Attempt to delete broken bundles from PEP
|
||||||
|
* Use FCM instead of GCM
|
||||||
|
|
||||||
### Version 2.2.1
|
### Version 2.2.1
|
||||||
* improved recording quality
|
* improved recording quality
|
||||||
* load map tiles over Tor if enabled
|
* load map tiles over Tor if enabled
|
||||||
|
|
|
@ -68,8 +68,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 272
|
versionCode 273
|
||||||
versionName "2.2.1"
|
versionName "2.2.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue