From 1520a31aebd0931d84ad3d0ac564bd151ab76d08 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 28 Oct 2019 19:38:28 +0100 Subject: [PATCH] update version to 6.4.4 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 060722d9..26d9d195 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 targetSdkVersion 28 - versionCode 51 - versionName "6.4.3" + versionCode 52 + versionName "6.4.4" setProperty("archivesBaseName", "contacts") }