Skip to content

Commit

Permalink
Release tag: v9.0
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Nov 27, 2019
1 parent 1423e16 commit 9e3f806
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.smartpack.kernelmanager"
minSdkVersion 15
targetSdkVersion 28
versionCode 8
versionName "8.12-" + getDate()
versionCode 9
versionName "9.0-" + getDate()
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
archivesBaseName = "$applicationId-v$versionName"
Expand Down
4 changes: 4 additions & 0 deletions change-logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change-logs

## 80. November 27, 2019
*Release-tag: v9.0*<br>
Changes: Main: Overall updates according to material style guidelines. Main: Fixed crashing if Root access not available/granted. Battery: Charging Status: Report OnePlus Dash charging. SmartPack: Maintain flashing history inside '/sdcard/SP/'. VM: RAM & Swap view: Switched to a simple Status View. Main: File Picker: Show a message to prevent using default DocumentsUI. ApplyOnBoot: Initialize Spectrum and Boeffla Wakelock blocker upon boot. Miscellaneous changes.

## 79. November 21, 2019
*Release-tag: v8.12*<br>
Changes: SmartPack: Add option to execute shell script. Misc: Updated file picker using external file manager. Settings: Fix Force English option not showing. build: update gradle to 3.5.2. Sweep2Wake: Add support to Lord Boeffla's s2w. Back-Up & Restore: Update to use proper titles. Miscellaneous changes.
Expand Down
15 changes: 8 additions & 7 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"latestVersion": "8.12-20191121",
"latestVersion": "9.0-20191127",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- SmartPack: Add option to execute shell script.",
"- Misc: Updated file picker using external file manager.",
"- Settings: Fix Force English option not showing.",
"- build: update gradle to 3.5.2.",
"- Sweep2Wake: Add support to Lord Boeffla's s2w.",
"- Back-Up & Restore: Update to use proper titles.",
"- Main: Overall updates according to material style guidelines.",
"- Main: Fixed crashing if Root access not available/granted.",
"- Battery: Charging Status: Report OnePlus Dash charging.",
"- SmartPack: Maintain flashing history inside /sdcard/SP/.",
"- VM: RAM & Swap view: Switched to a simple Status View.",
"- Main: File Picker: Show a message to prevent using default DocumentsUI.",
"- ApplyOnBoot: Initialize Spectrum and Boeffla Wakelock blocker upon boot.",
"- Miscellaneous changes."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 9e3f806

Please sign in to comment.