Skip to content

Commit

Permalink
Release tag: beta_v15.5
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 26, 2020
1 parent 0e5d7fc commit 9fd4a03
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.4-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.4/com.smartpack.kernelmanager-v15.4-release.apk)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v15.5-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.5/com.smartpack.kernelmanager-v15.5-release.apk)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v15.4/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v15.5/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.4/com.smartpack.kernelmanager-v15.4-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.5/com.smartpack.kernelmanager-v15.5-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 154
versionName "15.4"
versionCode 155
versionName "15.5"
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 - 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
"releaseNotes": "Change-logs\n - Added more options to Overall page.\n - Made cluster check more strict to avoid issues on some devices.\n - Visually improved FAQ page.\n - Completely disabled update check if app is installed via F-Droid (avoid signature related issues).\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.5/com.smartpack.kernelmanager-v15.5-release.apk",
"sha1": "026052e4aa5076b682fee74fc7621c2dd4602384",
"latestVersion": "15.5",
"latestVersionCode": 155
}
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

## 136. December 26, 2020
*Release-tag: beta_v15.5*<br>
Added more options to Overall page. Made cluster check more strict to avoid issues on some devices. Visually improved FAQ page. Completely disabled update check if app is installed via F-Droid (avoid signature related issues). Miscellaneous changes.

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

0 comments on commit 9fd4a03

Please sign in to comment.