Skip to content

Commit

Permalink
Release tag: beta_v14.9
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 18, 2020
1 parent 5360b71 commit 1a0504b
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.8-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v14.8/com.smartpack.kernelmanager-v14.8-release.apk)
[![](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/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v14.8/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v14.9/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.8/com.smartpack.kernelmanager-v14.8-release.apk) [<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
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"
alt=""
height="80">](https://apt.izzysoft.de/fdroid/index/apk/com.smartpack.kernelmanager)

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 148
versionName "14.8"
versionCode 149
versionName "14.9"
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 - Enhanced Overall page UI (now more beautiful).\n - Fixed (hopefully) Adreno idler status not showing properly on some devices.\n - Improved Script and Profile details view.\n - Improved Terminal and Translator pages.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v14.8/com.smartpack.kernelmanager-v14.8-release.apk",
"sha1": "92a3d32910a92c558427d9326738775dc2714828",
"latestVersion": "14.8",
"latestVersionCode": 148
"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
}
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 18, 2020
*Release-tag: beta_v14.9*<br>
Updated Translator page items. Slightly Translator items on Overall page. Miscellaneous changes.

## 132. December 14, 2020
*Release-tag: beta_v14.8*<br>
Enhance Overall page UI. Fixed (hopefully) Adreno idler status not showing properly on some devices. Improved Script and Profile details view. Improved Terminal and Translator pages. Miscellaneous changes.
Expand Down

0 comments on commit 1a0504b

Please sign in to comment.