From a9c7474ccf5a87f0b39f0ef860c49c2cc03f2c5a Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 4 Nov 2018 21:26:50 +0100 Subject: [PATCH] update version to 6.0.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ac0633404..fec06abda 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.simplemobiletools.gallery.pro" minSdkVersion 21 targetSdkVersion 28 - versionCode 207 - versionName "5.1.3" + versionCode 208 + versionName "6.0.0" multiDexEnabled true setProperty("archivesBaseName", "gallery") }