From d26cb6953e9e4890ec5bf33e9fc792420c6c5362 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 6 Nov 2018 22:36:05 +0100 Subject: [PATCH] update version to 6.0.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 665a9fe9..14440151 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 targetSdkVersion 28 - versionCode 35 - versionName "5.1.1" + versionCode 36 + versionName "6.0.0" setProperty("archivesBaseName", "contacts") }