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

Commit 29fb31f

Browse files
Kernel Profiler beta-v0.4
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent cd0f3a8 commit 29fb31f

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Kernel Profiler: The easiest way to manage your kernel settings.
66

77
## Download
8-
[![](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)
8+
[![](https://img.shields.io/badge/Kernel%20Profiler-beta--v0.4-green)](https://github.com/SmartPack/KernelProfiler/releases/download/v0.4/com.smartpack.kernelprofiler-beta-v0.4-release.apk)
99

1010
## Requirements
1111
* ROOT Access
@@ -57,6 +57,10 @@ The following commits shall be used for further reference
5757
* [Kernel Profiler: Check and remove old files, if necessary](https://github.com/sunilpaulmathew/android_kernel_oneplus_msm8998/commit/a6ae07f4883463847ca5c138cf95b3d363498b25)
5858
* [AnyKernel: Remove custom banner image for Kernel Profiler](https://github.com/sunilpaulmathew/android_kernel_oneplus_msm8998/commit/160c6fa4e1d755fc3f741fe395b5dbee27e1b03b)
5959

60+
## Translations
61+
Please help me to translate this app. The original english string of this app is available at
62+
> https://github.com/SmartPack/KernelProfiler/blob/master/app/src/main/res/values/strings.xml
63+
6064
## Support
6165
[<img src="https://github.com/SmartPack/SmartPack.github.io/blob/master/asset/pic006.png?raw=true"
6266
alt=""

app/build.gradle

+3-3
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 3
22-
versionName "beta-v0.3"
21+
versionCode 4
22+
versionName "beta-v0.4"
2323
vectorDrawables.useSupportLibrary = true
2424
archivesBaseName = "$applicationId-$versionName"
2525
testFunctionalTest = false
@@ -53,5 +53,5 @@ dependencies {
5353
}
5454
implementation "com.github.topjohnwu.libsu:core:2.5.1"
5555
implementation 'com.google.android.gms:play-services-ads:19.1.0'
56-
implementation 'com.google.android.material:material:1.2.0-alpha06'
56+
implementation 'com.google.android.material:material:1.2.0-beta01'
5757
}

app/src/main/assets/changelogs.json

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

0 commit comments

Comments
 (0)