Skip to content

Commit

Permalink
Release tag: v5.4
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Oct 7, 2018
1 parent 281916e commit cb38185
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
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 5
versionName "5.3-" + getDate()
versionName "5.4-" + 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

## 34. October 07, 2018
*Release-tag: v5.4*
Changes: CPU: Update CPU Input Boost parameters. Misc: SmartPack: update Auto-flash and other advanced options to ensure data integrity while reboot. SDK: revert to 27 to fix apply on boot on some android versions.

## 33. September 29, 2018
*Release-tag: v5.3*
Changes: Misc: fix Software CRC check not showing correct status. Tools: Remove all the profile related functions from the donated list. CPU Hotplug: Alucard: Add advanced parameters. Remove Recovery page and add all the necessary functions into SmartPack Page (Advanced Options). Update Gradle builds tools and dependencies. Miscellaneous cleanups and fixes.
Expand Down
11 changes: 4 additions & 7 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"latestVersion": "5.3-20180929",
"latestVersion": "5.4-20181007",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- Misc: fix Software CRC check not showing correct status.",
"- Tools: Remove all the profile related functions from the donated list.",
"- CPU Hotplug: Alucard: Add advanced parameters.",
"- Remove Recovery page and add all the necessary functions into SmartPack Page (Advanced Options).",
"- Update Gradle builds tools and dependencies.",
"- Miscellaneous cleanups and fixes."
"- CPU: Update CPU Input Boost parameters.",
"- Misc: SmartPack: update Auto-flash and other advanced options to ensure data integrity while reboot.",
"- SDK: revert to 27 to fix apply on boot on some android versions."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit cb38185

Please sign in to comment.