Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2018-07-18 17:34:31 +0300
committerDaniel Gultsch <daniel@gultsch.de>2018-07-18 17:34:31 +0300
commite27e3ecf92fc2516bca80a41844fad1b63efbb27 (patch)
treebe4bb24623d3d13391bcbbad729f991a27e3f3c2
parent1764656ff9b0f92b1713b5e99bbb9ea5067e6a03 (diff)
version bump to 2.2.7 + changelog2.2.7
-rw-r--r--CHANGELOG.md3
-rw-r--r--build.gradle4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84b3fd773..3e1f20db5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+### Version 2.2.7
+* stability improvements
+
### Version 2.2.6
* support old MAM version to work with Prosody
diff --git a/build.gradle b/build.gradle
index 8f88917bf..c5ab5d711 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,8 +67,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
- versionCode 278
- versionName "2.2.6"
+ versionCode 279
+ versionName "2.2.7"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId