Skip to content

Commit

Permalink
Release tag: beta_v16.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 Feb 27, 2021
1 parent 05217d2 commit 39f5326
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 15 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.9-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.9/com.smartpack.kernelmanager-v15.9-release.apk)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v16.1-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.1/com.smartpack.kernelmanager-v16.1-release.apk)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v15.9/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v16.1/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.9/com.smartpack.kernelmanager-v15.9-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.1/com.smartpack.kernelmanager-v16.1-release.apk)

## Features
* Almost all the features available in Kernel Adiutor.
Expand Down
6 changes: 3 additions & 3 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 159
versionName "15.9"
versionCode 161
versionName "16.1"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation 'androidx.preference:preference:1.1.1'
implementation "com.github.topjohnwu.libsu:core:3.0.2"
implementation 'com.google.android.apps.dashclock:dashclock-api:2.0.0'
implementation 'com.google.android.material:material:1.3.0-rc01'
implementation 'com.google.android.material:material:1.3.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'org.adw.library:discrete-seekbar:1.0.1'
implementation 'org.cyanogenmod:platform.sdk:6.0'
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 Boeffla for some devices.\n - Temporarily fix storage related issues on Android 11.\n - Update Simplified Chinese translation.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.9/com.smartpack.kernelmanager-v15.9-release.apk",
"sha1": "441bf9aac413ef2944cec77cf65a171336afd773",
"latestVersion": "15.9",
"latestVersionCode": 159
"releaseNotes": "Change-logs\n - Hopefully fixed issues on Boeffla sound on some devices.\n - Added POEditor translation link to About page.\n - Updated build tools.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.1/com.smartpack.kernelmanager-v16.1-release.apk",
"sha1": "2b8e24758eea21616ffd43eccb6af040ad96eb3f",
"latestVersion": "16.1",
"latestVersionCode": 161
}
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

## 140. February 27, 2021
*Release-tag: beta_v16.1*<br>
Hopefully fixed issues on Boeffla sound on some devices. Added POEditor translation link to About page. Updated build tools. Miscellaneous changes.

## 139. February 02, 2021
*Release-tag: beta_v15.9*<br>
Updated Boeffla for some devices. Temporarily fix storage related issues on Android 11. Update Simplified Chinese translation. Miscellaneous changes.
Expand Down
4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/159.txt

This file was deleted.

4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/161.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Hopefully fixed issues on Boeffla sound on some devices.
* Added POEditor translation link to About page.
* Updated build tools.
* Miscellaneous changes.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Your device must be <i>ROOTED</i> to use this app. Otherwise, please don't bothe
- Also compatible with any devices and kernels.
- And much more…

<b>Translations</b>

Please help me to translate this application via <a href='https://poeditor.com/join/project?hash=qWFlVfAlp5'>POEditor</a>. You may also translate after downloading the original language string available <a href='https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/app/src/main/res/values/strings.xml'>GitHub</a>.

<b>Please Note</b>

* SmartPack-Kernel Manager contains its own auto-update implementation, which is only available for installation from GitHub release page (and consequently, for IzzyOnDroid). In that case, APK files provided by the developer is directly acquired from the official GitHub release page.
Expand Down

0 comments on commit 39f5326

Please sign in to comment.