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.8
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Aug 23, 2020
1 parent 5dabecb commit 38b93d1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.7-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelprofiler)
[![](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/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.7/com.smartpack.kernelprofiler-v0.7-release.apk)
height="80">](https://github.com/SmartPack/KernelProfiler/releases/download/v0.8/com.smartpack.kernelprofiler-v0.8-release.apk)

## Requirements
* ROOT Access
Expand Down
10 changes: 5 additions & 5 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 7
versionName "v0.7"
versionCode 8
versionName "v0.8"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
testFunctionalTest = false
Expand Down Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation('com.github.ozodrukh:CircularReveal:1.3.1@aar') {
transitive = true
}
implementation "com.github.topjohnwu.libsu:core:2.5.1"
implementation 'com.google.android.gms:play-services-ads:19.1.0'
implementation 'com.google.android.material:material:1.3.0-alpha01'
implementation "com.github.topjohnwu.libsu:core:3.0.2"
implementation 'com.google.android.gms:play-services-ads:19.3.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.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.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."
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.google.gms:google-services:4.3.3'
}
}
Expand Down

0 comments on commit 38b93d1

Please sign in to comment.