Skip to content

Commit

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

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

## 39. November 03, 2018
*Release-tag: v6.4*
Changes: Dispay & LED: switch charging light control to seekbar view (osprey). Wakelocks: Visual improvements. SmartPack: Update weblinks. Miscellaneous cleanings.
Expand Down
10 changes: 5 additions & 5 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"latestVersion": "6.4-20181103",
"latestVersion": "6.5-20181106",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- Dispay & LED: switch charging light control to seekbar view (osprey).",
"- Wakelocks: Visual improvements.",
"- SmartPack: Update weblinks.",
"- Miscellaneous cleanings."
"- 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."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit c23537b

Please sign in to comment.