From bfd27c680b4c7cd9542b7892630d7ab6b5a760c4 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 11 Dec 2022 22:06:08 +0100 Subject: [PATCH] update version to 6.21.2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 751b8271..9576e4a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 targetSdkVersion 33 - versionCode 98 - versionName "6.21.1" + versionCode 99 + versionName "6.21.2" setProperty("archivesBaseName", "contacts") }