From 7757eea28576b0d2b8c3819c0311e2ec4ab00c60 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 3 Jan 2022 22:31:50 +0100 Subject: [PATCH] update version to 6.17.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 42f0baad..acfc7ba7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 targetSdkVersion 30 - versionCode 88 - versionName "6.16.3" + versionCode 89 + versionName "6.17.0" setProperty("archivesBaseName", "contacts") }