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

Commit

Permalink
Kernel Profiler beta-v0.3
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed May 28, 2020
1 parent 3b6d9fc commit 8528e6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Kernel Profiler: The easiest way to manage your kernel settings.

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

## Requirements
* ROOT Access
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.kernelprofiler"
minSdkVersion 23
targetSdkVersion 29
versionCode 2
versionName "beta-v0.2"
versionCode 3
versionName "beta-v0.3"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
testFunctionalTest = false
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/changelogs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"releaseNotes": "alpha-v0.1\n - Initial bring up."
"releaseNotes": "beta-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 current configuration file.\n - Introduced a Developer Mode, which is disabled by default.\n - Miscellaneous changes."
}

0 comments on commit 8528e6b

Please sign in to comment.