Skip to content

Commit

Permalink
Release tag: v6.6
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Nov 15, 2018
1 parent fc7c3d4 commit 57397c3
Show file tree
Hide file tree
Showing 4 changed files with 13 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 6
versionName "6.5-" + getDate()
versionName "6.6-" + 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

## 41. November 15, 2018
*Release-tag: v6.6*
Changes: App signature: Updates to work on all devices including Samsung TW ROMs. Battery: update charge level interface to support original boeffla driver (no more modifications are needed). Display & Led: update LED brightness to work with more devices. LED Notification Intensity: allow to set any value. Settings: fix option to hide sections. build: update to stable AndroidX (and also update dependencies). SmartPack: Auto-flash: Internal changes for Pie ROMs.

## 40. November 06, 2018
*Release-tag: v6.5*
Changes: Dispay & LED: update notification led control to for klte. Dispay & LED: properly update and unified some titles. Settings: remove unnecessary margin (visual improvements). Misc: Update androidx appcompat library.
Expand Down
13 changes: 8 additions & 5 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"latestVersion": "6.5-20181106",
"latestVersion": "6.6-20181115",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- Dispay & LED: update notification led control to for klte.",
"- Dispay & LED: properly update and unified some titles.",
"- Settings: remove unnecessary margin (visual improvements).",
"- Misc: Update androidx appcompat library."
"- App signature: Updates to work on all devices including Samsung TW ROMs.",
"- Battery: update charge level interface to support original boeffla driver.",
"- Display & Led: update LED brightness to work with more devices.",
"- LED Notification Intensity: allow to set any value.",
"- Settings: fix option to hide sections.",
"- build: update to stable AndroidX (and also update dependencies).",
"- SmartPack: Auto-flash: Internal changes for Pie ROMs."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 57397c3

Please sign in to comment.