Skip to content

Commit

Permalink
Release tag: v4.9
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 5, 2018
1 parent 9f52cc3 commit 2e5470e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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.8-" + getDate()
versionName "4.9-" + 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

## 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.

## 27. August 29, 2018
*Release-tag: v4.8*
Changes: Added xda support page (Moto G 2015). Update vibration intensity for OP5T. Add an option to directly flash the new kernel (along with download button). Add an option to reset app settings (SmartPack page). Restrict SmartPack specific stuff to SDK >= 27 (Oreo). Misc changes.
Expand Down
12 changes: 6 additions & 6 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"latestVersion": "4.8-20180829",
"latestVersion": "4.9-20180905",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- Add an option to directly flash the new kernel (along with download button).",
"- Add an option to reset app settings (SmartPack page).",
"- Restrict SmartPack specific stuff to SDK >= 27 (Oreo).",
"- Added xda support page (Moto G 2015).",
"- Update vibration intensity for OP5T."
"- 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."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 2e5470e

Please sign in to comment.