Skip to content

Commit

Permalink
Release tag: beta_v15.4
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Dec 22, 2020
1 parent f4df725 commit 21ddf5a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 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-v15.2-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.2/com.smartpack.kernelmanager-v15.2-release.apk)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v15.4-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.4/com.smartpack.kernelmanager-v15.4-release.apk)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v15.2/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v15.4/total)
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)

Expand All @@ -19,7 +19,7 @@ Welcome to the <strong>beta</strong> development channel of SmartPack-Kernel Man
height="80">](https://apt.izzysoft.de/fdroid/index/apk/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/v15.2/com.smartpack.kernelmanager-v15.2-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.4/com.smartpack.kernelmanager-v15.4-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 152
versionName "15.2"
versionCode 154
versionName "15.4"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/assets/release.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"releaseNotes": "Change-logs\n - Hopefully fixed crashes on some devices (sorry for the issue).\n - Updated google.android.material library to latest beta.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.2/com.smartpack.kernelmanager-v15.2-release.apk",
"sha1": "a2f5677f2787dacde0b8ce97c6923847bfb58497",
"latestVersion": "15.2",
"latestVersionCode": 152
"releaseNotes": "Change-logs\n - Updated CPU Cluster Control.\n - Fixed layout issues on CPU Boost & Overall Activities.\n - Slightly updated cardview corner.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.4/com.smartpack.kernelmanager-v15.4-release.apk",
"sha1": "fa6164b8cdff8aba68bf2157c516b59f0d7efb61",
"latestVersion": "15.4",
"latestVersionCode": 154
}
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

## 135. December 22, 2020
*Release-tag: beta_v15.4*<br>
Updated CPU Cluster Control. Fixed layout issues on CPU Boost & Overall Activities. Slightly updated cardview corner. Miscellaneous changes.

## 134. December 20, 2020
*Release-tag: beta_v15.2*<br>
Hopefully fixed crashes on some devices (sorry for the issue). Updated google.android.material library to latest beta.
Expand Down

0 comments on commit 21ddf5a

Please sign in to comment.