Skip to content

Commit

Permalink
Release tag: v17.5
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Dec 29, 2022
1 parent 6786d3a commit 0f09ede
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 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-v17.4-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v17.5-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/v17.4/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.5/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/v17.4/com.smartpack.kernelmanager-v17.4-fdroid-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.5/com.smartpack.kernelmanager-v17.5-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 33
versionCode 174
versionName "v17.4"
versionCode 175
versionName "v17.5"
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 QTI haptic vibration control support.\n - Improved Terminal, Flashing and Apply Script process.\n - Updated build tools and dependencies.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.4/com.smartpack.kernelmanager-v17.4-fdroid-release.apk",
"sha1": "6129c16e89cb36f8b1771b95da2e7fb72ef5ef94",
"latestVersion": "17.4",
"latestVersionCode": 174
"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.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.5/com.smartpack.kernelmanager-v17.5-fdroid-release.apk",
"sha1": "9841f1b9f52320de47d742b40b159aa57e4fbffa",
"latestVersion": "17.5",
"latestVersionCode": 175
}
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

## 132. December 29, 2022
*Release-tag: v17.5*<br>
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.

## 131. October 23, 2022
*Release-tag: v17.4*<br>
Added QTI haptic vibration control support. Improved Terminal, Flashing and Apply Script process. Updated build tools and dependencies. Miscellaneous changes.
Expand Down
4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/174.txt

This file was deleted.

8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/175.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* Several internal 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.

0 comments on commit 0f09ede

Please sign in to comment.