From 6c9895e7a5cbb5551fbb75df61907b2e4ba3a462 Mon Sep 17 00:00:00 2001 From: sunilpaulmathew Date: Fri, 16 Oct 2020 09:40:59 +0200 Subject: [PATCH] Release tag: v13.9 Signed-off-by: sunilpaulmathew --- README.md | 6 +++--- app/build.gradle | 6 +++--- build.gradle | 3 +-- change-logs.md | 4 ++++ 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d3dea07fc..31c03aa7e 100755 --- a/README.md +++ b/README.md @@ -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 stable 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.

Please Note: 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). @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 080e8578d..ce264b695 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" @@ -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' diff --git a/build.gradle b/build.gradle index 09215bc06..3ab145093 100755 --- a/build.gradle +++ b/build.gradle @@ -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' } } diff --git a/change-logs.md b/change-logs.md index 3557394d6..b20d724d7 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,5 +1,9 @@ # Change-logs +## 113. October 16, 2020 +*Release-tag: v13.9*
+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*
Various updates to avoid issues with google play policies. Miscellaneous changes.