Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit dbae38c

Browse files
Kernel Profiler v0.6
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 34106d8 commit dbae38c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](banner.png)
22

3-
[![](https://img.shields.io/badge/Kernel%20Profiler-v0.5-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelprofiler)
3+
[![](https://img.shields.io/badge/Kernel%20Profiler-v0.6-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelprofiler)
44
![](https://img.shields.io/github/downloads/SmartPack/KernelProfiler/total)
55
![](https://img.shields.io/github/contributors/smartpack/KernelProfiler)
66
![](https://img.shields.io/github/license/smartpack/KernelProfiler)
@@ -11,7 +11,7 @@
1111
height="80">](https://play.google.com/store/apps/details?id=com.smartpack.kernelprofiler)
1212
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
1313
alt=""
14-
height="80">](https://github.com/SmartPack/KernelProfiler/releases/download/v0.5/com.smartpack.kernelprofiler-v0.5-release.apk)
14+
height="80">](https://github.com/SmartPack/KernelProfiler/releases/download/v0.6/com.smartpack.kernelprofiler-v0.6-release.apk)
1515

1616
## Requirements
1717
* ROOT Access

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.smartpack.kernelprofiler"
1919
minSdkVersion 23
2020
targetSdkVersion 29
21-
versionCode 5
22-
versionName "v0.5"
21+
versionCode 6
22+
versionName "v0.6"
2323
vectorDrawables.useSupportLibrary = true
2424
archivesBaseName = "$applicationId-$versionName"
2525
testFunctionalTest = false

app/src/main/assets/changelogs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"releaseNotes": "v0.5\n - Improved developer tools.\n - Preparations for play-store release.\n\nbeta-v0.4\n - Improved developer tools.\n - Remove custom banner option.\n - Updated build tools to latest.\n - Updated change-log view.\n - Miscellaneous changes.\n\nbeta-v0.3\n - Removed a bunch of unnecessary code from the developer tools (improved coding quality).\n - Added Portuguese (Brazilian) translations.\n - Added a title check button on create config activity.\n - Added option to edit the current configuration file.\n - Introduced a Developer Mode, which is disabled by default.\n - Miscellaneous changes.\n\nbeta-v0.2\n - Improved kernel support check status before applying custom details.\n - Simplified profile structure requirements.\n - Fixed title on profile creation menu.\n - Overall improvements.\n\nbeta-v0.1\n - Initial (pre) release for public testing."
2+
"releaseNotes": "v0.6\n - Blocked screen rotation while showing About/Change-logs.\n - Added Documentation, More apps and Share app options to About menu.\n - Developer tools will now always visible.\n - Miscellaneous changes.\n\nv0.5\n - Improved developer tools.\n - Preparations for play-store release.\n\nbeta-v0.4\n - Improved developer tools.\n - Remove custom banner option.\n - Updated build tools to latest.\n - Updated change-log view.\n - Miscellaneous changes.\n\nbeta-v0.3\n - Removed a bunch of unnecessary code from the developer tools (improved coding quality).\n - Added Portuguese (Brazilian) translations.\n - Added a title check button on create config activity.\n - Added option to edit the current configuration file.\n - Introduced a Developer Mode, which is disabled by default.\n - Miscellaneous changes.\n\nbeta-v0.2\n - Improved kernel support check status before applying custom details.\n - Simplified profile structure requirements.\n - Fixed title on profile creation menu.\n - Overall improvements.\n\nbeta-v0.1\n - Initial (pre) release for public testing."
33
}

0 commit comments

Comments
 (0)