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

Commit 036f66f

Browse files
Kernel Profiler v0.5
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent b72a652 commit 036f66f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

33
## Download
4-
[![](https://img.shields.io/badge/Kernel%20Profiler-beta--v0.4-green)](https://github.com/SmartPack/KernelProfiler/releases/download/v0.4/com.smartpack.kernelprofiler-beta-v0.4-release.apk)
4+
[![](https://img.shields.io/badge/Kernel%20Profiler--v0.5-green)](https://github.com/SmartPack/KernelProfiler/releases/download/v0.5/com.smartpack.kernelprofiler-beta-v0.5-release.apk)
55

66
## Requirements
77
* 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 4
22-
versionName "beta-v0.4"
21+
versionCode 5
22+
versionName "v0.5"
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": "beta-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.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)