Skip to content

Commit

Permalink
Release tag: beta_v15.1
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 19, 2020
1 parent 7fd4bbb commit e0380e0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
12 changes: 8 additions & 4 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.9-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v14.9/com.smartpack.kernelmanager-v14.9-release.apk)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v15.1-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.1/com.smartpack.kernelmanager-v15.1-release.apk)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v14.9/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v15.1/total)
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)

Expand All @@ -11,11 +11,15 @@ Welcome to the <strong>beta</strong> development channel of SmartPack-Kernel Man
<br><strong>Warning</strong>: Be aware that the beta builds contains experimental features. Please expect some bugs.

## Download
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt=""
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v14.9/com.smartpack.kernelmanager-v14.9-release.apk) [<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
height="80">](https://f-droid.org/packages/com.smartpack.kernelmanager)
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
alt=""
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.1/com.smartpack.kernelmanager-v15.1-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 149
versionName "14.9"
versionCode 151
versionName "15.1"
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 Translator page items.\n - Slightly updated items on Overall page.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v14.9/com.smartpack.kernelmanager-v14.9-release.apk",
"sha1": "53402b32fc2af7e008d5c17f029575d7e1283db2",
"latestVersion": "14.9",
"latestVersionCode": 149
"releaseNotes": "Change-logs\n - Disabled update check if the app is installed from F-Droid.\n - Hopefully fixed layout issues on Overall Page.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.1/com.smartpack.kernelmanager-v15.1-release.apk",
"sha1": "a42afe065b8e04269a9a90a3132b94cd8334b046",
"latestVersion": "15.1",
"latestVersionCode": 151
}
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

## 132. December 19, 2020
*Release-tag: beta_v15.1*<br>
Disabled update check if the app is installed from F-Droid. Hopefully fixed layout issues on Overall Page. Miscellaneous changes.

## 132. December 18, 2020
*Release-tag: beta_v14.9*<br>
Updated Translator page items. Slightly Translator items on Overall page. Miscellaneous changes.
Expand Down

0 comments on commit e0380e0

Please sign in to comment.