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

Commit

Permalink
Kernel Profiler v0.9
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Sep 16, 2020
1 parent 4eb8f30 commit 0122568
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](banner.png)

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

## Requirements
* ROOT Access
Expand Down
6 changes: 3 additions & 3 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 8
versionName "v0.8"
versionCode 9
versionName "v0.9"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
testFunctionalTest = false
Expand Down Expand Up @@ -52,6 +52,6 @@ dependencies {
transitive = true
}
implementation "com.github.topjohnwu.libsu:core:3.0.2"
implementation 'com.google.android.gms:play-services-ads:19.3.0'
implementation 'com.google.android.gms:play-services-ads:19.4.0'
implementation 'com.google.android.material:material:1.3.0-alpha02'
}
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": "v0.8\n - Added Korean translations (credits: @FiestaLake).\n - Updated libsu to v3.0.2.\n - Updated gradle build tools and dependencies.\n - Miscellaneous changes.\n\nv0.7\n - Added language switch.\n - Added An Auto-Mode to App Theme.\n - Added Greek translations (Credits: @tsiflimagas).\n - Miscellaneous changes.\n\nv0.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."
"releaseNotes": "v0.9\n - Introduced a new status page on un-rooted or no kernel supported cases.\n - Improved Ad layout.\n - Miscellaneous changes.\n\nv0.8\n - Added Korean translations (credits: @FiestaLake).\n - Updated libsu to v3.0.2.\n - Updated gradle build tools and dependencies.\n - Miscellaneous changes.\n\nv0.7\n - Added language switch.\n - Added An Auto-Mode to App Theme.\n - Added Greek translations (Credits: @tsiflimagas).\n - Miscellaneous changes.\n\nv0.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."
}

0 comments on commit 0122568

Please sign in to comment.