From 893a60d5bbbb9b6d657ccd187f38c4c03ced688d Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 20 Feb 2018 23:32:33 +0100 Subject: [PATCH] update version to 3.5.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 161420813..af7d9778d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.gallery" minSdkVersion 16 targetSdkVersion 27 - versionCode 161 - versionName "3.4.1" + versionCode 162 + versionName "3.5.0" multiDexEnabled true setProperty("archivesBaseName", "gallery") }