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

Commit 38b93d1

Browse files
Kernel Profiler v0.8
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 5dabecb commit 38b93d1

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

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

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

1616
## Requirements
1717
* ROOT Access

app/build.gradle

+5-5
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 7
22-
versionName "v0.7"
21+
versionCode 8
22+
versionName "v0.8"
2323
vectorDrawables.useSupportLibrary = true
2424
archivesBaseName = "$applicationId-$versionName"
2525
testFunctionalTest = false
@@ -51,7 +51,7 @@ dependencies {
5151
implementation('com.github.ozodrukh:CircularReveal:1.3.1@aar') {
5252
transitive = true
5353
}
54-
implementation "com.github.topjohnwu.libsu:core:2.5.1"
55-
implementation 'com.google.android.gms:play-services-ads:19.1.0'
56-
implementation 'com.google.android.material:material:1.3.0-alpha01'
54+
implementation "com.github.topjohnwu.libsu:core:3.0.2"
55+
implementation 'com.google.android.gms:play-services-ads:19.3.0'
56+
implementation 'com.google.android.material:material:1.3.0-alpha02'
5757
}

app/src/main/assets/changelogs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"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."
2+
"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."
33
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.0.0'
9+
classpath 'com.android.tools.build:gradle:4.0.1'
1010
classpath 'com.google.gms:google-services:4.3.3'
1111
}
1212
}

0 commit comments

Comments
 (0)