version bump to 2.2.1 + changelog
This commit is contained in:
parent
0bb600f0b3
commit
1b4c27fbb7
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.2.1
|
||||||
|
* improved recording quality
|
||||||
|
* load map tiles over Tor if enabled
|
||||||
|
|
||||||
### Version 2.2.0
|
### Version 2.2.0
|
||||||
* Integrate Voice Recorder
|
* Integrate Voice Recorder
|
||||||
* Integrate Share Location
|
* Integrate Share Location
|
||||||
|
|
|
@ -66,8 +66,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 270
|
versionCode 272
|
||||||
versionName "2.2.0"
|
versionName "2.2.1"
|
||||||
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