From 73853798b02fb5516bb704e1d957042f4c17bf95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Fri, 24 Aug 2018 10:57:48 +0200 Subject: [PATCH] Update versionCode and versionName --- Calendula/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Calendula/build.gradle b/Calendula/build.gradle index fb8b57dfb..d4a384922 100644 --- a/Calendula/build.gradle +++ b/Calendula/build.gradle @@ -77,8 +77,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 26 - versionCode 38 - versionName "2.5.7" + versionCode 39 + versionName "2.5.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" applicationId "es.usc.citius.servando.calendula" multiDexEnabled true