Skip to content

Commit

Permalink
Release tag: v17.0
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 4, 2021
1 parent dd2a5e1 commit f263020
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 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-v16.9-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v17.0-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v16.9/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.0/total)
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)

Expand All @@ -21,7 +21,7 @@ Welcome to the development center of SmartPack-Kernel Manager, a heavily modifie
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/v16.9/com.smartpack.kernelmanager-v16.9-fdroid-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.0/com.smartpack.kernelmanager-v17.0-fdroid-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 31
versionCode 169
versionName "v16.9"
versionCode 170
versionName "v17.0"
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 profiles not exporting into /sdcard in Android 11 and above.\n - Improved CPU core detection.\n - Better Android 12 (S, SDK 31) support.\n - Added new credits page.\n - Updated translations.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.9/com.smartpack.kernelmanager-v16.9-fdroid-release.apk",
"sha1": "883dc7dc1223f325f9e4ff19a9e8accb199de496",
"latestVersion": "16.9",
"latestVersionCode": 169
"releaseNotes": "Change-logs\n - Fixed occasional crashes on app launching.\n - Updated about page UI.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.0/com.smartpack.kernelmanager-v17.0-fdroid-release.apk",
"sha1": "127da07f4b6affcb2f9372e9dfac1123542f25f9",
"latestVersion": "17.0",
"latestVersionCode": 170
}
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. December 04, 2021
*Release-tag: v17.0*<br>
Fixed occasional crashes on app launching. Updated about page UI. Miscellaneous changes.

## 127. December 02, 2021
*Release-tag: v16.9*<br>
Fixed profiles not exporting into /sdcard in Android 11 and above. Improved CPU core detection. Better Android 12 (S, SDK 31) support. Added new credits page. Updated translations. Miscellaneous changes.
Expand Down
6 changes: 0 additions & 6 deletions fastlane/metadata/android/en-US/changelogs/169.txt

This file was deleted.

3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/170.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixed occasional crashes on app launching.
* Updated about page UI.
* Miscellaneous changes.

0 comments on commit f263020

Please sign in to comment.