From 127a8e947911a9bc1ea6d3397d95b063d8f211fa Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 6 Oct 2022 23:00:26 +0200 Subject: [PATCH] update version to 6.21.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c7f5b7f5..778448c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 targetSdkVersion 33 - versionCode 97 - versionName "6.21.0" + versionCode 98 + versionName "6.21.1" setProperty("archivesBaseName", "contacts") }