From 522eb9635d36c8fcbdbc900c44800529a364d680 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 24 Aug 2018 22:56:07 +0200 Subject: [PATCH] update version to 4.3.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bf481c76..92f8db6c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.contacts" minSdkVersion 16 targetSdkVersion 28 - versionCode 29 - versionName "4.2.2" + versionCode 30 + versionName "4.3.0" setProperty("archivesBaseName", "contacts") }