From e53a44f38e1165f23f3a8409904520b32212c5db Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 25 Oct 2017 20:00:19 +0200 Subject: [PATCH] update version to 2.9.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3ee6f8ad0..7daebf5fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.calendar" minSdkVersion 16 targetSdkVersion 25 - versionCode 98 - versionName "2.9.0" + versionCode 99 + versionName "2.9.1" multiDexEnabled true }