Skip to content

Commit

Permalink
Release tag: v4.10
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Sep 8, 2018
1 parent 8af61a7 commit 4396776
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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 4
versionName "4.9-" + getDate()
versionName "4.10-" + 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

## 29. September 08, 2018
*Release-tag: v4.10*
Changes: Add full control to MSM Sleeper. Update Gradle build dependencies. Add all the CPU boost functions (CPU Boost, CPU Input Boost & Touch Boost) into a single card. Misc changes.

## 28. September 05, 2018
*Release-tag: v4.9*
Changes: SmartPack: add alert messages to Reboot and Reset options. OP5T: add OnePlus version info in Device page and ad support to download Open Beta kernels. Add an option to adjust minimum backlight (brightness). Re-done live charging status and maximum display backlight so that it will work on other devices as well. Misc changes.
Expand Down
9 changes: 4 additions & 5 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"latestVersion": "4.9-20180905",
"latestVersion": "4.10-20180908",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- SmartPack: add alert messages to Reboot and Reset options.",
"- OP5T: add OnePlus version info in Device page and ad support to download Open Beta kernels.",
"- Add an option to adjust minimum backlight (brightness).",
"- Re-done live charging status and maximum display backlight so that it will work on other devices as well.",
"- Add full control to MSM Sleeper.",
"- Add all the CPU boost functions (CPU Boost, CPU Input Boost & Touch Boost) into a single card.",
"- Update Gradle build dependencies.",
"- Misc changes."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 4396776

Please sign in to comment.