From b42b04520235859b2975e145ff5fba25339ddec4 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 24 Jan 2019 21:09:08 +0100 Subject: [PATCH] update version to 6.3.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 159e0872..a2da25d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 targetSdkVersion 28 - versionCode 40 - versionName "6.2.0" + versionCode 41 + versionName "6.3.0" setProperty("archivesBaseName", "contacts") }