From bd92b4cd84b9ca166e157782a5824f68cfacf21b Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 3 May 2020 20:42:06 +0200 Subject: [PATCH] update version to 6.10.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 01a77f74..1e04886c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 23 targetSdkVersion 29 - versionCode 60 - versionName "6.9.0" + versionCode 61 + versionName "6.10.0" setProperty("archivesBaseName", "contacts") }