Skip to content

Commit 1fd1ad1

Browse files
Release tag: beta_v15.2
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent 208b393 commit 1fd1ad1

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
![](banner.png)
22

3-
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v15.1-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.1/com.smartpack.kernelmanager-v15.1-release.apk)
3+
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v15.2-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.2/com.smartpack.kernelmanager-v15.2-release.apk)
44
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
5-
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v15.1/total)
5+
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v15.2/total)
66
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
77
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)
88

@@ -19,7 +19,7 @@ Welcome to the <strong>beta</strong> development channel of SmartPack-Kernel Man
1919
height="80">](https://apt.izzysoft.de/fdroid/index/apk/com.smartpack.kernelmanager)
2020
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
2121
alt=""
22-
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.1/com.smartpack.kernelmanager-v15.1-release.apk)
22+
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.2/com.smartpack.kernelmanager-v15.2-release.apk)
2323

2424
## Features
2525
* Almost all the features available in Kernel Adiutor.

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.smartpack.kernelmanager"
1919
minSdkVersion 21
2020
targetSdkVersion 29
21-
versionCode 151
22-
versionName "15.1"
21+
versionCode 152
22+
versionName "15.2"
2323
multiDexEnabled true
2424
vectorDrawables.useSupportLibrary = true
2525
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -62,7 +62,7 @@ dependencies {
6262
implementation 'androidx.preference:preference:1.1.1'
6363
implementation "com.github.topjohnwu.libsu:core:3.0.2"
6464
implementation 'com.google.android.apps.dashclock:dashclock-api:2.0.0'
65-
implementation 'com.google.android.material:material:1.3.0-alpha04'
65+
implementation 'com.google.android.material:material:1.3.0-beta01'
6666
implementation 'com.squareup.picasso:picasso:2.71828'
6767
implementation 'org.adw.library:discrete-seekbar:1.0.1'
6868
implementation 'org.cyanogenmod:platform.sdk:6.0'

app/src/main/assets/release.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"releaseNotes": "Change-logs\n - Disabled update check if the app is installed from F-Droid.\n - Hopefully fixed layout issues on Overall Page.\n - Miscellaneous changes.",
3-
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.1/com.smartpack.kernelmanager-v15.1-release.apk",
2+
"releaseNotes": "Change-logs\n - Hopefully fixed crashes on some devices (sorry for the issue).\n - Updated google.android.material library to latest beta.",
3+
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v15.2/com.smartpack.kernelmanager-v15.2-release.apk",
44
"sha1": "a42afe065b8e04269a9a90a3132b94cd8334b046",
5-
"latestVersion": "15.1",
6-
"latestVersionCode": 151
5+
"latestVersion": "15.2",
6+
"latestVersionCode": 152
77
}

change-logs.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change-logs
22

3-
## 132. December 19, 2020
3+
## 134. December 20, 2020
4+
*Release-tag: beta_v15.2*<br>
5+
Hopefully fixed crashes on some devices (sorry for the issue). Updated google.android.material library to latest beta.
6+
7+
## 133. December 19, 2020
48
*Release-tag: beta_v15.1*<br>
59
Disabled update check if the app is installed from F-Droid. Hopefully fixed layout issues on Overall Page. Miscellaneous changes.
610

0 commit comments

Comments
 (0)