Skip to content

Commit

Permalink
Release tag: v12.0
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed May 31, 2020
1 parent 88bb6d4 commit 78eab96
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![](banner.png)

[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v11.7-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v11.7/com.smartpack.kernelmanager-v11.7-release.apk)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v12.0-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v12.0/com.smartpack.kernelmanager-v12.0-release.apk)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v11.7/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v12.0/total)
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)

Expand All @@ -16,7 +16,7 @@ Welcome to the <strong>stable</strong> development channel of SmartPack-Kernel M
height="80">](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager)
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
alt=""
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v11.7/com.smartpack.kernelmanager-v11.7-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v12.0/com.smartpack.kernelmanager-v12.0-release.apk)

## Features
* Almost all the features available in Kernel Adiutor.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.smartpack.kernelmanager"
minSdkVersion 21
targetSdkVersion 29
versionCode 117
versionName "11.7"
versionCode 120
versionName "12.0"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
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

## 106. May 31, 2020
*Release-tag: beta_v12.0*<br>
Added support to ThunderPlug CPU hotplug driver. Moved all CPU Boost settings into a new page (link in CPU). Moved Create Update Channel option into a new activity (improved & simplified). Updated build tools to latest. Updated Script Manager to show success dialog even if the output is empty. Removed circular image view from app (reduced app size). Added a debug mode in Flasher (capture full log if enabled). Added LMK fast run control switch. Miscellaneous changes.

## 105. May 09, 2020
*Release-tag: v11.7*<br>
Updated GPU Min Freq path and offset for some Xiaomi devices (Credits: @elpaablo). Enabled on boot indicator for profiles. Increased zRAM max limit to 4GB. Replaced most toast messages with a snackbar. Miscellaneous changes.
Expand Down
6 changes: 3 additions & 3 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"releaseNotes": "Change-logs\n - Updated GPU Min Freq path and offset for some Xiaomi devices (Credits: @elpaablo).\n - Enabled on boot indicator for profiles.\n - Increased zRAM max limit to 4GB.\n - Replaced most toast messages with a snackbar.\n - Miscellaneous changes.",
"latestVersion": "11.7",
"latestVersionCode": 117
"releaseNotes": "Change-logs\n - Added support to ThunderPlug CPU hotplug driver.\n - Moved all CPU Boost settings into a new page (link in CPU).\n - Moved Create Update Channel option into a new activity (improved & simplified).\n - Updated build tools to latest.\n - Updated Script Manager to show success dialog even if the output is empty.\n - Removed circular image view from app (reduced app size).\n - Added a debug mode in Flasher (capture full log if enabled).\n - Added LMK fast run control switch.\n - Miscellaneous changes.",
"latestVersion": "12.0",
"latestVersionCode": 120
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 78eab96

Please sign in to comment.