Skip to content

Commit

Permalink
Release tag: v3.7
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Apr 30, 2018
1 parent c8cbb64 commit 4847981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions change-logs.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4847981

Please sign in to comment.