Skip to content

Commit d2737c3

Browse files
Release tag: v17.1
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 1be17d2 commit d2737c3

File tree

7 files changed

+20
-15
lines changed

7 files changed

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

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

app/build.gradle

+3-3
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 170
22-
versionName "v17.0"
21+
versionCode 171
22+
versionName "v17.1"
2323
multiDexEnabled true
2424
vectorDrawables.useSupportLibrary = true
2525
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -56,7 +56,7 @@ dependencies {
5656
implementation 'androidx.preference:preference:1.1.1'
5757
playImplementation 'com.android.billingclient:billing:4.0.0'
5858
implementation 'com.github.ozodrukh:CircularReveal:1.3.1'
59-
implementation 'com.github.sunilpaulmathew:sCommon:e87d14913d'
59+
implementation 'com.github.sunilpaulmathew:sCommon:cd77362712'
6060
implementation 'com.github.sunilpaulmathew:RootFilePicker:792443f0d8'
6161
implementation 'com.github.topjohnwu.libsu:core:3.1.2'
6262
implementation "com.github.topjohnwu.libsu:io:3.1.2"

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 - Fixed occasional crashes on app launching.\n - Updated about page UI.\n - Miscellaneous changes.",
3-
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.0/com.smartpack.kernelmanager-v17.0-fdroid-release.apk",
4-
"sha1": "127da07f4b6affcb2f9372e9dfac1123542f25f9",
5-
"latestVersion": "17.0",
6-
"latestVersionCode": 170
2+
"releaseNotes": "Change-logs\n - Fixed Apply-on-Boot crashing on Android 12.\n - Fixed quick settings tiles not working.\n - App will now record and prompt to report crashes.\n - Miscellaneous changes.",
3+
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.1/com.smartpack.kernelmanager-v17.1-fdroid-release.apk",
4+
"sha1": "45e3d1ad9cc48b24c83ec3af4f6a3b7f12f1721d",
5+
"latestVersion": "17.1",
6+
"latestVersionCode": 171
77
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.0.3'
9+
classpath 'com.android.tools.build:gradle:7.0.4'
1010
}
1111
}
1212

change-logs.md

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

3+
## 129. December 18, 2021
4+
*Release-tag: v17.1*<br>
5+
Fixed Apply-on-Boot crashing on Android 12. Fixed quick settings tiles not working. App will now record and prompt to report crashes. Miscellaneous changes.
6+
37
## 128. December 04, 2021
48
*Release-tag: v17.0*<br>
59
Fixed occasional crashes on app launching. Updated about page UI. Miscellaneous changes.

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

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Fixed Apply-on-Boot crashing on Android 12.
2+
* Fixed quick settings tiles not working.
3+
* App will now record and prompt to report crashes.
4+
* Miscellaneous changes.

0 commit comments

Comments
 (0)