Skip to content

Commit

Permalink
Release tag: beta_v14.3
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Nov 11, 2020
1 parent c1eff62 commit b6c4d95
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-v14.1-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v14.1/com.smartpack.kernelmanager-v14.1-release.apk)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v14.3-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v14.3/com.smartpack.kernelmanager-v14.3-release.apk)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v14.1/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v14.3/total)
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)

Expand All @@ -13,7 +13,7 @@ Welcome to the <strong>beta</strong> development channel of SmartPack-Kernel Man
## Download
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
alt=""
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v14.1/com.smartpack.kernelmanager-v14.1-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v14.3/com.smartpack.kernelmanager-v14.3-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 141
versionName "14.1"
versionCode 143
versionName "14.3"
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 - Fixed and moved tasker toast switch to a new category.\n - Fixed crashing flasher page.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v14.1/com.smartpack.kernelmanager-v14.1-release.apk",
"sha1": "c12b66e3ba217c5dbb68500c08cb7addecc275c7",
"latestVersion": "14.1",
"latestVersionCode": 141
"releaseNotes": "Change-logs\n - All the premium features are now free.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v14.3/com.smartpack.kernelmanager-v14.3-release.apk",
"sha1": "93c962c13b99ad0576d1e3b7088d90221dc04dbf",
"latestVersion": "14.3",
"latestVersionCode": 143
}
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

## 128. November 11, 2020
*Release-tag: beta_v14.3*<br>
All the premium features are now free.

## 127. November 08, 2020
*Release-tag: beta_v14.1*<br>
Fixed and moved tasker toast switch to a new category. Fixed crashing flasher page.
Expand Down

0 comments on commit b6c4d95

Please sign in to comment.