Skip to content

Commit

Permalink
Release tag: v16.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 Apr 7, 2021
1 parent 07f61a8 commit 0da4fbc
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 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-v16.2-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v16.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/v16.1/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v16.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/v16.1/com.smartpack.kernelmanager-v16.1-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.3/com.smartpack.kernelmanager-v16.3-fdroid-release.apk)

## Features
* Almost all the features available in Kernel Adiutor.
Expand Down
3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/build
/fdroid
/play
/release
/src/main/gen
/release
*.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 29
versionCode 162
versionName "v16.2"
versionCode 163
versionName "v16.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 - Hopefully fixed issues on Boeffla sound on some devices.\n - Added POEditor translation link to About page.\n - Updated build tools.\n - Miscellaneous changes.",
"releaseUrl": "",
"sha1": "",
"latestVersion": "16.2",
"latestVersionCode": 162
"releaseNotes": "Change-logs\n - Moved Profiles from Tools to avoid crashing on certain cases.\n - Added a startup warning message on the CPU page.\n - Updated Russian, German and Polish translations.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.3/com.smartpack.kernelmanager-v16.3-fdroid-release.apk",
"sha1": "3def3c8e4f5f8ca3eead5c4c5da7df5f40dd1915",
"latestVersion": "16.3",
"latestVersionCode": 163
}
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

## 121. April 07, 2021
*Release-tag: v16.3*<br>
Moved Profiles from Tools to avoid crashing on certain cases. Added a startup warning message on the CPU page. Updated Russian, German and Polish translations. Miscellaneous changes.

## 120. February 27, 2021
*Release-tag: v16.2*<br>
Hopefully fixed issues on Boeffla sound on some devices. Added POEditor translation link to About page. Updated build tools. Miscellaneous changes.
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/163.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Moved Profiles from Tools to avoid crashing on certain cases.
* Added a startup warning message on the CPU page.
* Updated Russian, German and Polish translations.
* Miscellaneous changes.

0 comments on commit 0da4fbc

Please sign in to comment.