Skip to content

Commit

Permalink
Release tag: v13.9
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Oct 16, 2020
1 parent 3314a58 commit 6c9895e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![](banner.png)

[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v13.5-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v13.9-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)

## Introduction
# Introduction
Welcome to the <strong>stable</strong> development channel of SmartPack-Kernel Manager, a heavily modified version of Kernel Adiutor originally developed by Willi Ye aka Grarak. All the credits go to the original developer.<br>
<br><strong>Please Note</strong>: The contributors are requested to send pull requests only to the [beta development](https://github.com/SmartPack/SmartPack-Kernel-Manager/tree/beta) branch (not to this stable branch).

Expand Down Expand Up @@ -124,7 +124,7 @@ You can report a bug or request a feature by [opening an issue](https://github.c

***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****

# About Kernel Adiutor
## About Kernel Adiutor

[![Build Status](https://travis-ci.org/Grarak/KernelAdiutor.svg?branch=master)](https://travis-ci.org/Grarak/KernelAdiutor)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/kernel-adiutor/localized.png)](https://crowdin.com/project/kernel-adiutor)
Expand Down
6 changes: 3 additions & 3 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.release"
minSdkVersion 21
targetSdkVersion 29
versionCode 135
versionName "13.5"
versionCode 139
versionName "13.9"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation "com.github.topjohnwu.libsu:core:3.0.2"
implementation 'com.google.android.apps.dashclock:dashclock-api:2.0.0'
implementation 'com.google.android.gms:play-services-ads:19.4.0'
implementation 'com.google.android.material:material:1.3.0-alpha02'
implementation 'com.google.android.material:material:1.3.0-alpha03'
implementation 'com.mattprecious.swirl:swirl:1.3.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'org.adw.library:discrete-seekbar:1.0.1'
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.android.tools.build:gradle:4.0.2'
}
}

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

## 113. October 16, 2020
*Release-tag: v13.9*<br>
Replaced shell command option with a full Terminal page. Updated progress message everywhere (almost) on app. Updated polish translation (credits: @Fruity-0). Miscellaneous changes.

## 112. September 17, 2020
*Release-tag: v13.5*<br>
Various updates to avoid issues with google play policies. Miscellaneous changes.
Expand Down

0 comments on commit 6c9895e

Please sign in to comment.