Skip to content

Commit

Permalink
Release tag: v12.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 Jul 4, 2020
1 parent 31090da commit fdc64b4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 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-v12.4-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v12.4/com.smartpack.kernelmanager-v12.4-release.apk)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v12.7-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v12.7/com.smartpack.kernelmanager-v12.7-release.apk)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v12.4/total)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v12.7/total)
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)

Expand All @@ -16,7 +16,7 @@ Welcome to the <strong>stable</strong> development channel of SmartPack-Kernel M
height="80">](https://play.google.com/store/apps/details?id=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/v12.4/com.smartpack.kernelmanager-v12.4-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v12.7/com.smartpack.kernelmanager-v12.7-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 29
versionCode 124
versionName "12.4"
versionCode 127
versionName "12.7"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1159,4 +1159,5 @@
<string name="debug_mode_summary">O modo de depuração está ativado! Um registro mais detalhado de flash (útil para problemas de depuração) será exibido.</string>
<string name="update_channel_create_warning">As alterações que você fez serão perdidas!</string>
<string name="clear_all_summary">Tudo o que você adicionou a esta página será limpo!</string>
<string name="build_prop_uneditable">Infelizmente, o arquivo \'build.prop\' no seu dispositivo não está gravável!</string>
</resources>
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

## 108. July 04, 2020
*Release-tag: v12.7*<br>
Added an in-built Translator to help users to translate this app (About --> Translators). Updated file picker to fix issues with some file manager apps. Improved flexibility of Update Channel Url. Updated CPU control for Sailfish (Pixel) & Marlin (Pixel XL). Added Spanish translation (Credits: Alejandro YT). Miscellaneous changes.

## 107. June 21, 2020
*Release-tag: v12.4*<br>
Fixed Build Prop Editor on SAR devices. CPU and GPU pages are now linked to the OverAll statistics. Improved page switching from overall page (It won't fall back to overall page on screen rotation anymore). Added german translation (Credits: @free-bots). Update Portuguese (Brazilian) translation (Credits: @Lennoard). Miscellaneous changes.
Expand Down
6 changes: 3 additions & 3 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"releaseNotes": "Change-logs\n - Fixed Build Prop Editor on SAR devices.\n - CPU and GPU pages are now linked to the OverAll statistics.\n - Improved page switching from overall page (It won't fall back to overall page on screen rotation anymore).\n - Added german translation (Credits: free-bots).\n - Update Portuguese (Brazilian) translation (Credits: Lennoard).\n - Miscellaneous changes.",
"latestVersion": "12.4",
"latestVersionCode": 124
"releaseNotes": "Change-logs\n - Added an in-built Translator to help users to translate this app (About --> Translators).\n - Updated file picker to fix issues with some file manager apps.\n - Improved Update Channel for custom kernels.\n - Updated CPU control for Sailfish (Pixel) and Marlin (Pixel XL).\n - Added Spanish translation (Credits: Alejandro YT).\n - Miscellaneous changes.",
"latestVersion": "12.7",
"latestVersionCode": 127
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit fdc64b4

Please sign in to comment.