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:
authorLicaon_Kter <licaon-kter@users.noreply.github.com>2018-05-02 21:31:51 +0300
committerDaniel Gultsch <daniel@gultsch.de>2018-05-02 21:31:51 +0300
commit8da8cfb28856020e9587cc1cc53eeacbecf907f2 (patch)
treeec795bd6f11c9393a9e805078913d065181c6c47
parent5420ee26bea6d39afd6a9c9141ad79f3c537c63b (diff)
Bump versionCode too (#3009)
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index bf9d3f20c..69d08ab46 100644
--- a/build.gradle
+++ b/build.gradle
@@ -68,7 +68,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
- versionCode 255
+ versionCode 256
versionName "1.23.10"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations.legacy"