Skip to content

Commit

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

## Features
* Almost all the features available in Kernel Adiutor.
Expand Down
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 30
versionCode 166
versionName "v16.6"
versionCode 167
versionName "v16.7"
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 - Added Portuguese (Portugal) translations and updated others.\n - Lots of internal improvements.\n - Updated build tools.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.6/com.smartpack.kernelmanager-v16.6-fdroid-release.apk",
"sha1": "230c5ed7e2a8db07fcea55071972a28712db30d1",
"latestVersion": "16.6",
"latestVersionCode": 166
"releaseNotes": "Change-logs\n - Added option to apply a (single) script (configurable) from Quick Title.\n - Fixed app crashing when clicking \"More\" options from the Memory card (overall page).\n - Fixed Force English option not working.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.7/com.smartpack.kernelmanager-v16.7-fdroid-release.apk",
"sha1": "d199f1c38cb5f44e6f75669dd4960d4536e84a31",
"latestVersion": "16.7",
"latestVersionCode": 167
}
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

## 125. June 13, 2021
*Release-tag: v16.7*<br>
Added option to apply a (single) script (configurable) from Quick Title. Fixed app crashing when clicking "More" options from the Memory card (overall page). Fixed Force English option not working. Miscellaneous changes.

## 124. June 07, 2021
*Release-tag: v16.6*<br>
Added Portuguese (Portugal) translations and updated others. Lots of internal improvements. Updated build tools. Miscellaneous changes.
Expand Down
4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/166.txt

This file was deleted.

4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/167.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Added option to apply a (single) script (configurable) from Quick Title.
* Fixed app crashing when clicking "More" options from the Memory card (overall page).
* Fixed Force English option not working.
* Miscellaneous changes.

0 comments on commit 67e8f35

Please sign in to comment.