Skip to content

Commit 0f09ede

Browse files
Release tag: v17.5
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 6786d3a commit 0f09ede

File tree

6 files changed

+22
-14
lines changed

6 files changed

+22
-14
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-v17.4-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
3+
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v17.5-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/v17.4/total)
5+
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.5/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/v17.4/com.smartpack.kernelmanager-v17.4-fdroid-release.apk)
24+
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.5/com.smartpack.kernelmanager-v17.5-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 33
21-
versionCode 174
22-
versionName "v17.4"
21+
versionCode 175
22+
versionName "v17.5"
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 - Added QTI haptic vibration control support.\n - Improved Terminal, Flashing and Apply Script process.\n - Updated build tools and dependencies.\n - Miscellaneous changes.",
3-
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.4/com.smartpack.kernelmanager-v17.4-fdroid-release.apk",
4-
"sha1": "6129c16e89cb36f8b1771b95da2e7fb72ef5ef94",
5-
"latestVersion": "17.4",
6-
"latestVersionCode": 174
2+
"releaseNotes": "Change-logs\n - Several updates to make app more compatible with newer android versions.\n - Largely improved terminal page.\n - Fixed (hopefully) crashing governor tunables page.\n - Fixed permissions related issues on newer android versions.\n - Backup boot/recovery feature now works on more devices.\n - Hopefully fixed widgets doesn't work well.\n - Updated build tools and dependencies.\n - Miscellaneous changes.",
3+
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.5/com.smartpack.kernelmanager-v17.5-fdroid-release.apk",
4+
"sha1": "9841f1b9f52320de47d742b40b159aa57e4fbffa",
5+
"latestVersion": "17.5",
6+
"latestVersionCode": 175
77
}

change-logs.md

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

3+
## 132. December 29, 2022
4+
*Release-tag: v17.5*<br>
5+
Several updates to make app more compatible with newer android versions. Largely improved terminal page. Fixed (hopefully) crashing governor tunables page. Fixed permissions related issues on newer android versions. Backup boot/recovery feature now works on more devices. Hopefully fixed widgets doesn't work well. Updated build tools and dependencies. Miscellaneous changes. Miscellaneous changes.
6+
37
## 131. October 23, 2022
48
*Release-tag: v17.4*<br>
59
Added QTI haptic vibration control support. Improved Terminal, Flashing and Apply Script process. Updated build tools and dependencies. Miscellaneous changes.

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

-4
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* Several internal updates to make app more compatible with newer android versions.
2+
* Largely improved terminal page.
3+
* Fixed (hopefully) crashing governor tunables page.
4+
* Fixed permissions related issues on newer android versions.
5+
* Backup boot/recovery feature now works on more devices.
6+
* Hopefully fixed widgets doesn't work well.
7+
* Updated build tools and dependencies.
8+
* Miscellaneous changes.

0 commit comments

Comments
 (0)