Skip to content

Commit

Permalink
Release tag: v10.3
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 3, 2020
1 parent 447d967 commit a2bf07e
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 101
versionName "10.2"
versionCode 102
versionName "10.3"
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

## 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.

## 99. April 01, 2020
*Release-tag: v10.2*<br>
Added a recovery-like flashing view. Added option to view Scripts. Fixed creating app folder on Android 10. Switched to Teal Accent color. More UI updates. 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 - Added a recovery-like flashing view.\n - Added option to view Scripts.\n - Fixed creating app folder on Android 10.\n - Switched to Teal Accent color.\n - More UI updates.\n - Miscellaneous changes.",
"latestVersion": "10.2",
"latestVersionCode": 101
"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
}
Binary file modified download/com.smartpack.kernelmanager.apk
Binary file not shown.

0 comments on commit a2bf07e

Please sign in to comment.