Skip to content

Commit

Permalink
Release tag: v10.4
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Apr 8, 2020
1 parent 5feb90a commit d9f4eef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.smartpack.kernelmanager"
minSdkVersion 21
targetSdkVersion 29
versionCode 102
versionName "10.3"
versionCode 103
versionName "10.4"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
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

## 101. April 09, 2020
*Release-tag: v10.4*<br>
Added support to devices with Prime CPU cluster. Added Stune Boost On Input to CPU Boost. Added CPU Set support in Misc page. Moved Dynamic and Stune Boost settings into a new Card. Fixed crashing Settings menu on some devices. Added a bottom copyright text (mainly to cover Ads). Updated gradle build tools. Miscellaneous changes.

## 100. April 03, 2020
*Release-tag: v10.3*<br>
Partially removed recent changes (including flashing view) to fix foreground issues. Added a Cancel button on foreground page. Fixed issues with Tasker integration. 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-logs\n - Partially removed recent changes (including flashing view) to fix foreground issues.\n - Added a Cancel button on foreground page.\n - Fixed issues with Tasker integration.\n - Miscellaneous changes.",
"latestVersion": "10.3",
"latestVersionCode": 102
"releaseNotes": "Change-logs\n - Added support to devices with Prime CPU cluster.\n - Added Stune Boost On Input to CPU Boost.\n - Added CPU Set support in Misc page.\n - Moved Dynamic and Stune Boost settings into a new Card.\n - Fixed crashing Settings menu on some devices.\n - Added a bottom copyright text (mainly to cover Ads).\n - Updated gradle build tools.\n - Miscellaneous changes.",
"latestVersion": "10.4",
"latestVersionCode": 103
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit d9f4eef

Please sign in to comment.