From f3edc06941cfae1fcafe0751c4ca6b0be12f6406 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 19 Feb 2018 17:15:13 +0100 Subject: [PATCH] update version to 3.3.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index dd2c53fdc..c1ec7cc1a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.calendar" minSdkVersion 16 targetSdkVersion 27 - versionCode 113 - versionName "3.3.0" + versionCode 114 + versionName "3.3.1" multiDexEnabled true setProperty("archivesBaseName", "calendar") }