Skip to content

Commit 577a70c

Browse files
Release tag: v4.4
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent 633edeb commit 577a70c

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
minSdkVersion 15
3131
targetSdkVersion 27
3232
versionCode 4
33-
versionName "4.3-" + getDate()
33+
versionName "4.4-" + getDate()
3434
vectorDrawables.useSupportLibrary = true
3535
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3636
archivesBaseName = "$applicationId-v$versionName"

change-logs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change-logs
22

3+
## 23. July 26, 2018
4+
*Release-tag: v4.4*
5+
Changes: Added "SmartPack" page, which will allow the device (and SDK level) specific download of the latest kernel all to the supported devices. Removed the old kernel update implementation. Clean-ups to remove a lot of unwanted and fancy stuff from the app.
6+
37
## 22. July 03, 2018
48
*Release-tag: v4.3*
59
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.

download/App-update.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"latestVersion": "4.3-20180703",
2+
"latestVersion": "4.4-20180726",
33
"url": "https://github.com/SmartPack/SmartPack-Kernel-Manager/blob/master/download/com.smartpack.kernelmanager.apk?raw=true",
44
"releaseNotes": [
55
"Change-log:",
6-
"- Added a new switch to instantly disable charging (can be used while changing charging rates).",
7-
"- Merged lot of changes from official KA.",
8-
"- Removed some unwanted options from settings page."
6+
"- Added 'SmartPack' page, which will allow the device (and SDK level) specific download of the latest kernel all to the supported devices.",
7+
"- Removed the old kernel update implementation.",
8+
"- Clean-ups to remove a lot of unwanted and fancy stuff from the app."
99
]
1010
}
-30.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)