From 01225686b14a577b72909517428e0c43f295bcd6 Mon Sep 17 00:00:00 2001 From: sunilpaulmathew Date: Wed, 16 Sep 2020 21:26:28 +0200 Subject: [PATCH] Kernel Profiler v0.9 Signed-off-by: sunilpaulmathew --- README.md | 4 ++-- app/build.gradle | 6 +++--- app/src/main/assets/changelogs.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6e5ffa8..530f7e0 100644 --- a/README.md +++ b/README.md @@ -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) @@ -11,7 +11,7 @@ height="80">](https://play.google.com/store/apps/details?id=com.smartpack.kernelprofiler) [](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 diff --git a/app/build.gradle b/app/build.gradle index 298ba46..9c5d797 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -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' } \ No newline at end of file diff --git a/app/src/main/assets/changelogs.json b/app/src/main/assets/changelogs.json index 370f8c3..34b9c8a 100644 --- a/app/src/main/assets/changelogs.json +++ b/app/src/main/assets/changelogs.json @@ -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." } \ No newline at end of file