Skip to content

Commit

Permalink
Release tag: beta_v15.6
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Dec 30, 2020
1 parent ad3cd37 commit cbefe38
Show file tree
Hide file tree
Showing 5 changed files with 18 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.5-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.5/com.smartpack.kernelmanager-v15.5-release.apk)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v15.6-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.6/com.smartpack.kernelmanager-v15.6-release.apk)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v15.5/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v15.6/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.5/com.smartpack.kernelmanager-v15.5-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.6/com.smartpack.kernelmanager-v15.6-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 155
versionName "15.5"
versionCode 156
versionName "15.6"
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 - 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
"releaseNotes": "Change-logs\n - Fixed Translator page crashing on certain situations.\n - Slightly updated overall page layout on certain DPI.\n - Restored Doze and SeLinux control.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.6/com.smartpack.kernelmanager-v15.6-release.apk",
"sha1": "892ca2106aa334db8385e5e6a863c253a9e8902c",
"latestVersion": "15.6",
"latestVersionCode": 156
}
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

## 137. December 30, 2020
*Release-tag: beta_v15.6*<br>
Fixed Translator crashing on certain situations. Slightly updated overall page layout on certain DPI. Restored Doze and SeLinux control. Miscellaneous changes.

## 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.
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/156.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Fixed Translator page crashing on certain situations.
* Slightly updated overall page layout on certain DPI.
* Restored Doze and SeLinux control.
* Miscellaneous changes.

0 comments on commit cbefe38

Please sign in to comment.