Skip to content

Commit

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

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

## License

Copyright (C) 2021-2022 sunilpaulmathew <sunil.kde@gmail.com>
Copyright (C) 2022-2023 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
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 171
versionName "v17.1"
versionCode 172
versionName "v17.2"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation 'androidx.preference:preference:1.2.0'
playImplementation 'com.android.billingclient:billing:4.1.0'
implementation 'com.github.ozodrukh:CircularReveal:1.3.1'
implementation 'com.github.sunilpaulmathew:sCommon:4d81497317'
implementation 'com.github.sunilpaulmathew:sCommon:8d845e6de5'
implementation 'com.github.sunilpaulmathew:RootFilePicker:792443f0d8'
implementation 'com.github.topjohnwu.libsu:core:3.2.1'
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 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
"releaseNotes": "Change-logs\n - Screen: Added Mediatek display color control.\n - Updated profile widgets for Android 12.\n - Updated crash reporter.\n - Updated Russian translation.\n - Updated build tools and dependencies.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.2/com.smartpack.kernelmanager-v17.2-fdroid-release.apk",
"sha1": "167e9ccac2e88135e12fd07670d10fa85ef37c30",
"latestVersion": "17.2",
"latestVersionCode": 172
}
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

## 130. March 12, 2021
*Release-tag: v17.2*<br>
Screen: Added Mediatek display color control. Updated profile widgets for Android 12. Updated crash reporter. Updated Russian translation. Updated build tools and dependencies. Miscellaneous changes.

## 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.
Expand Down
4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/171.txt

This file was deleted.

6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/172.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Screen: Added Mediatek display color control.
* Updated profile widgets for Android 12.
* Updated crash reporter.
* Updated Russian translation.
* Updated build tools and dependencies.
* Miscellaneous changes.
2 changes: 1 addition & 1 deletion seekbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ android {
}

dependencies {
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.google.android.material:material:1.5.0'
}

0 comments on commit a805463

Please sign in to comment.