From 4847981c04db968ad6a0ca314c39a57b21ed7411 Mon Sep 17 00:00:00 2001 From: sunilpaulmathew Date: Mon, 30 Apr 2018 19:44:59 +0900 Subject: [PATCH] Release tag: v3.7 Signed-off-by: sunilpaulmathew --- app/build.gradle | 2 +- change-logs.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0b6b5e7a0..dc237d7f8 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { minSdkVersion 15 targetSdkVersion 27 versionCode 3 - versionName "3.6-" + getDate() + versionName "3.7-" + getDate() vectorDrawables.useSupportLibrary = true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" archivesBaseName = "$applicationId-v$versionName" diff --git a/change-logs.md b/change-logs.md index 4c7c6fd5b..9b5819c69 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,5 +1,9 @@ # Change-logs +## 17. April 30, 2018 +*Release-tag: v3.7* +Changes: Fixed force closing app while trying to create a *New* Profile. Enabled icons for various pages. Removed Performance Tweaks from Profiles section to avoid conflicts. Removed some obsolete functions from the build environment. + ## 16. April 29, 2018 *Release-tag: v3.6* Changes: App-update: make it more automated and moved into About Page (Now it can download and prompt for the installation). Built on Android Studio 3.1.2, latest stable release. Miscellaneous changes.