Skip to content

Commit c886fc8

Browse files
Release tag: v17.7
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent ae7fc68 commit c886fc8

6 files changed

Lines changed: 21 additions & 13 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
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.6-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
3+
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v17.7-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.6/total)
5+
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.7/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.6/com.smartpack.kernelmanager-v17.6-fdroid-release.apk)
24+
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.7/app-fdroid-release.apk)
2525

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

app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ android {
2323
applicationId "com.smartpack.kernelmanager"
2424
minSdkVersion 21
2525
targetSdkVersion 33
26-
versionCode 176
27-
versionName "v17.6"
26+
versionCode 177
27+
versionName "v17.7"
2828
multiDexEnabled true
2929
vectorDrawables.useSupportLibrary = true
30-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
30+
testFunctionalTest = false
31+
testHandleProfiling = false
3132
}
3233

3334
buildTypes {

app/src/main/assets/release.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"releaseNotes": "Change-logs\n - Fixed app not opening after setting biometric lock.\n - Miscellaneous changes.",
3-
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.6/com.smartpack.kernelmanager-v17.6-fdroid-release.apk",
4-
"sha1": "d88da0be89d1abe3a1ce1179347b1650d0785669",
5-
"latestVersion": "17.6",
6-
"latestVersionCode": 176
2+
"releaseNotes": "Change-logs\n - App now used Material3 DayNight theme (more modern UI).\n - Fixed shortcuts not working.\n - Hopefully fixed tasker and apply on boot notifications on newer android versions.\n - Updated Russian translations.\n - Miscellaneous changes.",
3+
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.7/app-fdroid-release.apk",
4+
"sha1": "c62c3730a94165c2a2550ae43d12ea54d6d99e6c",
5+
"latestVersion": "17.7",
6+
"latestVersionCode": 177
77
}

change-logs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change-logs
22

3+
## 134. March 27, 2023
4+
*Release-tag: v17.7*<br>
5+
App now used Material3 DayNight theme (more modern app UI). Fixed shortcuts not working. Hopefully fixed tasker and apply on boot notifications on newer android versions. Updated Russian translations. Miscellaneous changes.
6+
37
## 133. January 01, 2023
48
*Release-tag: v17.6*<br>
59
Fixed app not opening after setting biometric lock. Miscellaneous changes.

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

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* App now used Material3 DayNight theme (more modern UI).
2+
* Fixed shortcuts not working.
3+
* Hopefully fixed tasker and apply on boot notifications on newer android versions.
4+
* Updated Russian translations.
5+
* Miscellaneous changes.

0 commit comments

Comments
 (0)