From 0d0087a0d9887b8450743e97a30a8f1216a0a941 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 24 Mar 2022 13:17:25 +0100 Subject: [PATCH] update version to 6.18.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ed20021c..6349d866 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 targetSdkVersion 30 - versionCode 91 - versionName "6.17.2" + versionCode 92 + versionName "6.18.0" setProperty("archivesBaseName", "contacts") }