Skip to content

Commit a9cee22

Browse files
Release tag: v16.9
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent b7fa276 commit a9cee22

File tree

6 files changed

+20
-17
lines changed

6 files changed

+20
-17
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
![](banner.png)
22

3-
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v16.8-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
3+
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v16.9-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
44
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
5-
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v16.8/total)
5+
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v16.9/total)
66
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
77
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)
88

@@ -21,7 +21,7 @@ Welcome to the development center of SmartPack-Kernel Manager, a heavily modifie
2121
height="80">](https://apt.izzysoft.de/fdroid/index/apk/com.smartpack.kernelmanager)
2222
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
2323
alt=""
24-
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.8/com.smartpack.kernelmanager-v16.8-fdroid-release.apk)
24+
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.9/com.smartpack.kernelmanager-v16.9-fdroid-release.apk)
2525

2626
## Features
2727
* Almost all the features available in Kernel Adiutor.

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.smartpack.kernelmanager"
1919
minSdkVersion 21
2020
targetSdkVersion 31
21-
versionCode 168
22-
versionName "v16.8"
21+
versionCode 169
22+
versionName "v16.9"
2323
multiDexEnabled true
2424
vectorDrawables.useSupportLibrary = true
2525
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

app/src/main/assets/release.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"releaseNotes": "Change-logs\n - Logs and exported profiles will now be saved into /sdcard/SP.\n - LMK: Added Process Reclaim support.\n - VM: Added VM stat interval & Directory change notifier service.\n - Replaced using depreciated AsyncTask (almost) with Executer.\n - Improved Update channel.\n - Added Italian translations (and updated Portuguese (Brazilian) and Turkish).\n - Miscellaneous changes.",
3-
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.8/com.smartpack.kernelmanager-v16.8-fdroid-release.apk",
4-
"sha1": "cd31e0482eb691fa1a8711456ab599388264ee6f",
5-
"latestVersion": "16.8",
6-
"latestVersionCode": 168
2+
"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.",
3+
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.9/com.smartpack.kernelmanager-v16.9-fdroid-release.apk",
4+
"sha1": "883dc7dc1223f325f9e4ff19a9e8accb199de496",
5+
"latestVersion": "16.9",
6+
"latestVersionCode": 169
77
}

change-logs.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change-logs
22

3+
## 126. December 02, 2021
4+
*Release-tag: v16.9*<br>
5+
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.
6+
37
## 126. September 05, 2021
48
*Release-tag: v16.8*<br>
59
Logs and exported profiles will now be saved into /sdcard/SP. LMK: Added Process Reclaim support. VM: Added VM stat interval & Directory change notifier service. Replaced using depreciated AsyncTask (almost) with Executer. Improved Update channel. Added Italian translations (and updated Portuguese (Brazilian) and Turkish). Miscellaneous changes.

fastlane/metadata/android/en-US/changelogs/168.txt

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* Fixed profiles not exporting into /sdcard in Android 11 and above.
2+
* Improved CPU core detection.
3+
* Better Android 12 (S, SDK 31) support.
4+
* Added new credits page.
5+
* Updated translations.
6+
* Miscellaneous changes.

0 commit comments

Comments
 (0)