Skip to content

Commit

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

## Features
* Almost all the features available in Kernel Adiutor.
Expand Down
6 changes: 3 additions & 3 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 31
versionCode 170
versionName "v17.0"
versionCode 171
versionName "v17.1"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation 'androidx.preference:preference:1.1.1'
playImplementation 'com.android.billingclient:billing:4.0.0'
implementation 'com.github.ozodrukh:CircularReveal:1.3.1'
implementation 'com.github.sunilpaulmathew:sCommon:e87d14913d'
implementation 'com.github.sunilpaulmathew:sCommon:cd77362712'
implementation 'com.github.sunilpaulmathew:RootFilePicker:792443f0d8'
implementation 'com.github.topjohnwu.libsu:core:3.1.2'
implementation "com.github.topjohnwu.libsu:io:3.1.2"
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 - Fixed occasional crashes on app launching.\n - Updated about page UI.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.0/com.smartpack.kernelmanager-v17.0-fdroid-release.apk",
"sha1": "127da07f4b6affcb2f9372e9dfac1123542f25f9",
"latestVersion": "17.0",
"latestVersionCode": 170
"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.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.1/com.smartpack.kernelmanager-v17.1-fdroid-release.apk",
"sha1": "45e3d1ad9cc48b24c83ec3af4f6a3b7f12f1721d",
"latestVersion": "17.1",
"latestVersionCode": 171
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:7.0.4'
}
}

Expand Down
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

## 129. December 18, 2021
*Release-tag: v17.1*<br>
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.

## 128. December 04, 2021
*Release-tag: v17.0*<br>
Fixed occasional crashes on app launching. Updated about page UI. Miscellaneous changes.
Expand Down
3 changes: 0 additions & 3 deletions fastlane/metadata/android/en-US/changelogs/170.txt

This file was deleted.

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

0 comments on commit d2737c3

Please sign in to comment.