From ff5b29325cf5bc37e0ba13082098b968f44d7554 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 6 Aug 2020 12:54:11 +0200 Subject: [PATCH] update version to 6.12.7 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index db9fa17e..538620ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 targetSdkVersion 29 - versionCode 74 - versionName "6.12.6" + versionCode 75 + versionName "6.12.7" setProperty("archivesBaseName", "contacts") }