version bump to 2.2.0-beta + changelog
This commit is contained in:
parent
949b77c353
commit
68a550de50
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.2.0
|
||||||
|
* Integrate Voice Recorder
|
||||||
|
* Integrate Share Location
|
||||||
|
* Added ability to search messages
|
||||||
|
|
||||||
### Version 2.1.4
|
### Version 2.1.4
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
|
|
@ -66,8 +66,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 268
|
versionCode 269
|
||||||
versionName "2.1.4"
|
versionName "2.2.0-beta"
|
||||||
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