Skip to content

Commit

Permalink
Release tag: v9.5
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Jan 16, 2020
1 parent ac15e20 commit b73cc0d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 9
versionName "9.4"
versionName "9.5"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
archivesBaseName = "$applicationId-v$versionName"
Expand Down
6 changes: 5 additions & 1 deletion change-logs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change-logs

## 84. January 05, 2019
## 85. January 16, 2020
*Release-tag: v9.5*<br>
Changes: SmartPack: Workaround to use Magisk BusyBox. SmartPack: Add option to run a shell commands and view output. SmartPack: Updated manual flashing. App updater: Switch to own implementation. K-lapse: Add option to export current settings as shell script. Update Russian translations. Miscellaneous changes.

## 84. January 05, 2020
*Release-tag: v9.4*<br>
Changes: SmartPack: Manual Flash: Directly catch and show the flashing output. SmartPack: Manual Flash: Removed file size limit with a warning message. VM: Hide VM tunables by default. Scripts & Backups: Workaround to avoid failing create scripts/backups in certain cases. Custom Controller: Switch: Updates for supporting more boolean values. Misc: Fully redesigned about page. Miscellaneous changes.

Expand Down
6 changes: 3 additions & 3 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"releaseNotes": "Change-log\n- SmartPack: Manual Flash: Directly catch and show flashing output\n- SmartPack: Manual Flash: Removed file size limit with a warning message.\n- VM: Hide VM tunables by default.\n- Scripts & Backups: Workaround to avoid failing create scripts/backups in certain cases.\n- Custom Controller: Switch: Updates for supporting more boolean values.\n- Misc: Fully redesigned about page.\n- Miscellaneous changes.",
"latestVersion": "9.4-20200105",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true"
"releaseNotes": "Change-log\n- SmartPack: Workaround to use Magisk BusyBox.\n- SmartPack: Add option to run a shell commands and view output.\n- SmartPack: Updated manual flashing.\n- App updater: Switch to own implementation.\n- K-lapse: Add option to export current settings as shell script\n- Update Russian translations (credits: @andrey167).\n- Miscellaneous changes.",
"latestVersion": "9.5",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v9.5/com.smartpack.kernelmanager-v9.5-release.apk"
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit b73cc0d

Please sign in to comment.