Skip to content

Commit

Permalink
Release tag: beta_v10.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 Apr 22, 2020
1 parent ab71e75 commit b316d00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Welcome to the <strong>beta</strong> development channel of SmartPack-Kernel Man
## Download
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
alt=""
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v10.6/com.smartpack.kernelmanager-v10.6-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v10.7/com.smartpack.kernelmanager-v10.7-release.apk)

## Features
* Almost all the features available in Kernel Adiutor.
Expand Down
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 105
versionName "10.6"
versionCode 106
versionName "10.7"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private void aboutInit(List<RecyclerViewItem> items) {
DescriptionView versioninfo = new DescriptionView();
versioninfo.setDrawable(getResources().getDrawable(R.drawable.ic_on_boot_notification));
versioninfo.setTitle(Utils.isSPDonated(requireActivity()) ? "Pro. " + getString(R.string.version) : getString(R.string.version));
versioninfo.setSummary("v" + BuildConfig.VERSION_NAME);
versioninfo.setSummary("beta_v" + BuildConfig.VERSION_NAME);

DescriptionView support = new DescriptionView();
support.setDrawable(getResources().getDrawable(R.drawable.ic_support));
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

## 104. April 22, 2020
*Release-tag: v10.7*<br>
Added GPU System Lib version to Device page. Updated nav header background to follow app theme (Credits: @Lennoard). Updated SmartPack page layout (Credits: @Lennoard). VM: Added few more tunables. Fixed alignment issues on Screen page. Miscellaneous changes.

## 103. April 21, 2020
*Release-tag: v10.6*<br>
App UI: Updated main headings, icons (overall page and FAB's) to use accent colors (Credits: @Lennoard). Fixed unnecessary spacing observed on the foreground page layout. Added Amharic translations (Credits: @Mikesew1320). Added links to other SmartPack apps on related pages. Updated Portuguese (Brazilian) translations (Credits: @Lennoard). Miscellaneous changes.
Expand Down

0 comments on commit b316d00

Please sign in to comment.