Skip to content

Commit

Permalink
Release tag: v17.6
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Jan 1, 2023
1 parent 036dc3b commit b1df35b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 20 deletions.
8 changes: 4 additions & 4 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.5-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v17.6-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.5/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.6/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.5/com.smartpack.kernelmanager-v17.5-fdroid-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.6/com.smartpack.kernelmanager-v17.6-fdroid-release.apk)

## Features
* Almost all the features available in Kernel Adiutor.
Expand Down Expand Up @@ -135,7 +135,7 @@ You can report a bug or request a feature by [opening an issue](https://github.c

## License

Copyright (C) 2022-2023 sunilpaulmathew <sunil.kde@gmail.com>
Copyright (C) 2023-2024 sunilpaulmathew <sunil.kde@gmail.com>

SmartPack Kernel Manager is a free softwares: you can redistribute
it and/or modify it under the terms of the GNU General Public License as
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 175
versionName "v17.5"
versionCode 176
versionName "v17.6"
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 - 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
"releaseNotes": "Change-logs\n - Fixed app not opening after setting biometric lock.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.6/com.smartpack.kernelmanager-v17.6-fdroid-release.apk",
"sha1": "d88da0be89d1abe3a1ce1179347b1650d0785669",
"latestVersion": "17.6",
"latestVersionCode": 176
}
6 changes: 5 additions & 1 deletion change-logs.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Change-logs

## 133. January 01, 2023
*Release-tag: v17.6*<br>
Fixed app not opening after setting biometric lock. Miscellaneous changes.

## 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.
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.

## 131. October 23, 2022
*Release-tag: v17.4*<br>
Expand Down
8 changes: 0 additions & 8 deletions fastlane/metadata/android/en-US/changelogs/175.txt

This file was deleted.

2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/176.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fixed app not opening after setting biometric lock.
* Miscellaneous changes.

0 comments on commit b1df35b

Please sign in to comment.