Skip to content

Commit

Permalink
Release tag: v9.2
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Dec 16, 2019
1 parent 5bdb3f5 commit 371783f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 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.1-" + getDate()
versionName "9.2-" + 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

## 82. December 16, 2019
*Release-tag: v9.2*<br>
Changes: Tools: Introduced a *Brand New* Custom controls page (simple and user-friendly) as a replcement of the old one. SmartPack: Flasher: Show reboot menu after flashing (with an option to view flasher log). Backup: Also show reboot menu after a flash/restore. res: Introduced adaptive icons (credits: @Lennoard). gradle: Updated build tools to 3.5.3. Miscellaneous changes.

## 81. December 08, 2019
*Release-tag: v9.1*<br>
Changes: K-Lapse: Scheduler: Updated to use TimePicker. Misc: Brand new SmartPack icons, and also updated some other drawable. Misc: Shorten app name on android launcher for better user experience. Settings: Make section icons user configurable and enabled dark theme by default. Overall: Display device uptime including total, awake and deep sleep. Battery and Virtual Memory: Updated live status views. Miscellaneous changes.
Expand Down
13 changes: 6 additions & 7 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"latestVersion": "9.1-20191208",
"latestVersion": "9.2-20191216",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- K-Lapse: Scheduler: Updated to use TimePicker.",
"- Misc: Brand new SmartPack icons, and also updated some other drawable.",
"- Misc: Shorten app name on android launcher for better user experience.",
"- Settings: Make section icons user configurable and enabled dark theme by default.",
"- Overall: Display device uptime including total, awake and deep sleep.",
"- Battery and Virtual Memory: Updated live status views.",
"- Tools: Introduced a *Brand New* Custom controls page (simple and user-friendly) as a replcement of the old one.",
"- SmartPack: Flasher: Show reboot menu after flashing (with an option to view flasher log).",
"- Backup: Also show reboot menu after a flash/restore.",
"- res: Introduced adaptive icons (credits: @Lennoard).",
"- gradle: Updated build tools to 3.5.3.",
"- Miscellaneous changes."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 371783f

Please sign in to comment.