From 182ab2a6f85216586c845aaf609202f8a89c68fc Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 15 Oct 2018 15:13:46 +0200 Subject: [PATCH] update version to 5.0.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 71d5b4a8..d8467985 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.contacts" minSdkVersion 21 targetSdkVersion 28 - versionCode 32 - versionName "4.5.0" + versionCode 33 + versionName "5.0.0" setProperty("archivesBaseName", "contacts") }