From 6d5bace1ba2dd7fc1e1dda3117e72cf13885823f Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 4 Sep 2018 17:29:36 +0200 Subject: [PATCH] update version to 4.4.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index daf11071..3896c72e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.contacts" minSdkVersion 16 targetSdkVersion 28 - versionCode 30 - versionName "4.3.0" + versionCode 31 + versionName "4.4.0" setProperty("archivesBaseName", "contacts") }