Skip to content

Commit

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

## Features
* Almost all the features available in Kernel Adiutor.
Expand Down
2 changes: 1 addition & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/build
/fdroid
/play
/pro
/release
/src/main/gen
*.jks
4 changes: 2 additions & 2 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 172
versionName "v17.2"
versionCode 173
versionName "v17.3"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
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 - 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
"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.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.3/com.smartpack.kernelmanager-v17.3-fdroid-release.apk",
"sha1": "1ad651cc1edf7a6be0ac82011e75078bc6fc261a",
"latestVersion": "17.3",
"latestVersionCode": 173
}
6 changes: 5 additions & 1 deletion change-logs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change-logs

## 130. March 12, 2021
## 130. July 11, 2022
*Release-tag: v17.3*<br>
Fixed custom controller create option failing. Added Japanese (partial) Translations and updated others. Updated build tools and dependencies. Miscellaneous changes.

## 130. March 12, 2022
*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.

Expand Down
6 changes: 0 additions & 6 deletions fastlane/metadata/android/en-US/changelogs/172.txt

This file was deleted.

4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/173.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Fixed custom controller create option failing.
* Added Japanese (partial) Translations and updated others.
* Updated build tools and dependencies.
* Miscellaneous changes.

0 comments on commit 33ea333

Please sign in to comment.