Skip to content

Commit

Permalink
Release tag: v4.3
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Jul 3, 2018
1 parent e5d345e commit 5636f4b
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 @@ -30,7 +30,7 @@ android {
minSdkVersion 15
targetSdkVersion 27
versionCode 4
versionName "4.2-" + getDate()
versionName "4.3-" + getDate()
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.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

## 22. July 03, 2018
*Release-tag: v4.3*
Changes: Added a new switch to instantly disable charging (can be used while changing charging rates). Merged lot of changes from official KA. Removed some unwanted options from settings page.

## 21. May 31, 2018
*Release-tag: v4.2*
Changes: Added version information to boeffla sound. Blue accent is now more intense, like *Pixel* blue. Added new SmartPack header image.
Expand Down
8 changes: 4 additions & 4 deletions download/App-update.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"latestVersion": "4.2-20180531",
"latestVersion": "4.3-20180703",
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
"releaseNotes": [
"Change-log:",
"- Added version information to boeffla sound.",
"- Blue accent is now more intense, like *Pixel* blue.",
"- Added new SmartPack header image."
"- Added a new switch to instantly disable charging (can be used while changing charging rates).",
"- Merged lot of changes from official KA.",
"- Removed some unwanted options from settings page."
]
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit 5636f4b

Please sign in to comment.