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.2
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed May 25, 2020
1 parent 39ae1ad commit dee2be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1-green)](https://github.com/SmartPack/KernelProfiler/releases/download/v0.1/com.smartpack.kernelprofiler-beta-v0.1-release.apk)
[![](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)

## 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 1
versionName "beta-v0.1"
versionCode 2
versionName "beta-v0.2"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
testFunctionalTest = false
Expand Down

0 comments on commit dee2be0

Please sign in to comment.