From c8401d557d320933f885028bb1c67e13bb96d281 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 16 Jun 2020 23:16:40 +0200 Subject: [PATCH] update version to 6.12.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 01544130..10974abc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 targetSdkVersion 29 - versionCode 68 - versionName "6.12.0" + versionCode 69 + versionName "6.12.1" setProperty("archivesBaseName", "contacts") }