From d342e787d6588af0d7bd7d322c465a979bbdf736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Wed, 17 Oct 2018 14:11:45 +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 987217673..03e758e28 100644 --- a/Calendula/build.gradle +++ b/Calendula/build.gradle @@ -76,8 +76,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 26 - versionCode 39 - versionName "2.5.8" + versionCode 40 + versionName "2.5.9" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" applicationId "es.usc.citius.servando.calendula" multiDexEnabled true