From 7a8d6043fa3cae0fc5facbdd0b505541a8df7ef8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 17 Dec 2017 13:14:23 +0100 Subject: [PATCH] update version to 3.0.2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7cccd766c..d07007229 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.gallery" minSdkVersion 16 targetSdkVersion 27 - versionCode 147 - versionName "3.0.1" + versionCode 148 + versionName "3.0.2" multiDexEnabled true setProperty("archivesBaseName", "gallery") }