Skip to content

Commit 33ea333

Browse files
Release tag: v17.3
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 5999943 commit 33ea333

File tree

7 files changed

+20
-18
lines changed

7 files changed

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

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

app/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/build
22
/fdroid
3-
/play
3+
/pro
44
/release
55
/src/main/gen
66
*.jks

app/build.gradle

+2-2
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 172
22-
versionName "v17.2"
21+
versionCode 173
22+
versionName "v17.3"
2323
multiDexEnabled true
2424
vectorDrawables.useSupportLibrary = true
2525
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

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 - 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.",
3-
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.2/com.smartpack.kernelmanager-v17.2-fdroid-release.apk",
4-
"sha1": "167e9ccac2e88135e12fd07670d10fa85ef37c30",
5-
"latestVersion": "17.2",
6-
"latestVersionCode": 172
2+
"releaseNotes": "Change-logs\n - Fixed custom controller create option failing.\n - Added Japanese (partial) Translations and updated others.\n - Updated build tools and dependencies.\n - Miscellaneous changes.",
3+
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.3/com.smartpack.kernelmanager-v17.3-fdroid-release.apk",
4+
"sha1": "1ad651cc1edf7a6be0ac82011e75078bc6fc261a",
5+
"latestVersion": "17.3",
6+
"latestVersionCode": 173
77
}

change-logs.md

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

3-
## 130. March 12, 2021
3+
## 130. July 11, 2022
4+
*Release-tag: v17.3*<br>
5+
Fixed custom controller create option failing. Added Japanese (partial) Translations and updated others. Updated build tools and dependencies. Miscellaneous changes.
6+
7+
## 130. March 12, 2022
48
*Release-tag: v17.2*<br>
59
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.
610

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

-6
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Fixed custom controller create option failing.
2+
* Added Japanese (partial) Translations and updated others.
3+
* Updated build tools and dependencies.
4+
* Miscellaneous changes.

0 commit comments

Comments
 (0)