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 /build.gradle
parent1764656ff9b0f92b1713b5e99bbb9ea5067e6a03 (diff)
version bump to 2.2.7 + changelog2.2.7
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
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