Skip to content

Commit

Permalink
Release tag: v9.7
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 29, 2020
1 parent ea3ea8d commit 2251d6d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.6"
versionName "9.7"
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

## 87. January 29, 2020
*Release-tag: v9.7*<br>
Changes: SmartPack: Introduced new page to create Update channel. Main: Overall UI updates. Translations. Improved Chinese simplified translations (Credits: @guh0613).

## 86. January 23, 2020
*Release-tag: v9.6*<br>
Changes: SmartPack: Implemented an FK model kernel update feature. Custom Controller: Added option to share and import controllers. Script Manager: Added option to share scripts. Profiles, Scripts & Backup: Added images. SmartPack: Overall Updates in alignment. 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: Implemented an FK model kernel update feature.\n- Custom Controller: Added option to share and import controllers.\n- Script Manager: Added option to share scripts.\n- Profiles, Scripts & Backup: Added images.\n- SmartPack: Overall Updates in alignment.\n- Miscellaneous changes.",
"latestVersion": "9.6",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v9.6/com.smartpack.kernelmanager-v9.6-release.apk"
"releaseNotes": "Change-log\n- SmartPack: Introduced new page to create Update channel.\n- Main: Overall UI updates. Translations.\n- Improved Chinese simplified translations (Credits: @guh0613).",
"latestVersion": "9.7",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v9.7/com.smartpack.kernelmanager-v9.7-release.apk"
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 2251d6d

Please sign in to comment.