From 54a4dadc746dfb1d2eda7d9620f947ea471a5b72 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 5 Jul 2016 21:50:52 +0200 Subject: [PATCH] update the version to 6 (1.6) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7cbd764a..f73bda3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.simplemobiletools.notes" minSdkVersion 16 targetSdkVersion 23 - versionCode 5 - versionName "1.4" + versionCode 6 + versionName "1.6" } signingConfigs {