Skip to content

Commit

Permalink
Release tag: v6.3
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 28, 2018
1 parent 84a8563 commit 724fe82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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 6
versionName "6.2-" + getDate()
versionName "6.3-" + getDate()
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.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

## 38. October 29, 2018
*Release-tag: v6.3*
Changes: CPU Hotplug: add back MSM Hotplug. Alucard Hotplug: hide Advanced tunables from normal view.

## 37. October 23, 2018
*Release-tag: v6.2*
Changes: Performance Tweaks: add Gaming profile. Performance Tweaks. Fix battery quick tile's not working properly. Update build grade tools (v3.2.1) and Android Studio.
Expand Down
7 changes: 3 additions & 4 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"latestVersion": "6.2-20181023",
"latestVersion": "6.3-20181029",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- Performance Tweaks: add Gaming profile.",
"- Performance Tweaks: Fix battery quick tile's not working properly.",
"- Build tools: Update Android Studio and grade tools (v3.2.1)."
"- CPU Hotplug: add back MSM Hotplug.",
"- CPU Hotplug: Alucard: hide Advanced tunables from normal view."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 724fe82

Please sign in to comment.