From a5803ea376f3176b9ac9edc08f2b70caa50379d6 Mon Sep 17 00:00:00 2001 From: Pierre Date: Fri, 5 Jan 2018 13:56:32 +0100 Subject: [PATCH] Updated code version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7701e49..46c1a1a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { applicationId "org.communiquons.android.comunic.client" minSdkVersion 21 targetSdkVersion 26 - versionCode 1 + versionCode 2 versionName "1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }