version bump to 2.2.7 + changelog
This commit is contained in:
parent
1764656ff9
commit
e27e3ecf92
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.2.7
|
||||||
|
* stability improvements
|
||||||
|
|
||||||
### Version 2.2.6
|
### Version 2.2.6
|
||||||
* support old MAM version to work with Prosody
|
* support old MAM version to work with Prosody
|
||||||
|
|
||||||
|
|
|
@ -67,8 +67,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 278
|
versionCode 279
|
||||||
versionName "2.2.6"
|
versionName "2.2.7"
|
||||||
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