From 2fd284aedb7134743a84a628de8d5f0bd4c7864b Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 18 May 2021 16:33:41 +0200 Subject: [PATCH] update version to 6.15.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3393f593..e538fe61 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 targetSdkVersion 30 - versionCode 82 - versionName "6.14.3" + versionCode 83 + versionName "6.15.0" setProperty("archivesBaseName", "contacts") }