Skip to content

Commit

Permalink
Release tag: v7.11
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Apr 24, 2019
1 parent 44bacf0 commit 625887b
Show file tree
Hide file tree
Showing 4 changed files with 8 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 28
versionCode 7
versionName "7.10-" + getDate()
versionName "7.11-" + 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

## 63. April 24, 2019
*Release-tag: v7.11*
Changes: CPU Hotplug: Added AutoSMP. CPU: Separated stune boost setting from dynamic stune boost and made available for all the supported devices.

## 62. April 19, 2019
*Release-tag: v7.10*
Changes: CPU Hotplug: Added MSM MPDecision/Bricked hotplug. Misc. Added Russian translations (credits to @andrey167). Misc: Updated Chinese translations (thanks to @Roiyaru & @jason5545). build: Updated gradle to latest.
Expand Down
8 changes: 3 additions & 5 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"latestVersion": "7.10-20190419",
"latestVersion": "7.11-20190424",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- CPU Hotplug: Added MSM MPDecision/Bricked hotplug.",
"- Misc. Added Russian translations (credits to @andrey167).",
"- Misc: Updated Chinese translations (thanks to @Roiyaru and @jason5545).",
"- build: Updated gradle to latest."
"- CPU Hotplug: Added AutoSMP.",
"- CPU: Separated stune boost setting from dynamic stune boost and made available for all the supported devices."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 625887b

Please sign in to comment.