From a491540c26e26b9d29c348162f976a448ececc31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Thu, 15 Nov 2018 09:32:10 +0100 Subject: [PATCH] Bump versionCOde and versionName for 2.5.11 --- Calendula/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Calendula/build.gradle b/Calendula/build.gradle index 82f11da3d..b2d4372e6 100644 --- a/Calendula/build.gradle +++ b/Calendula/build.gradle @@ -76,8 +76,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 26 - versionCode 41 - versionName "2.5.10" + versionCode 42 + versionName "2.5.11" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" applicationId "es.usc.citius.servando.calendula" multiDexEnabled true