Skip to content

Commit

Permalink
Release tag: v17.7
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Mar 27, 2023
1 parent ae7fc68 commit c886fc8
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![](banner.png)

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

Expand All @@ -21,7 +21,7 @@ Welcome to the development center of SmartPack-Kernel Manager, a heavily modifie
height="80">](https://apt.izzysoft.de/fdroid/index/apk/com.smartpack.kernelmanager)
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
alt=""
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.6/com.smartpack.kernelmanager-v17.6-fdroid-release.apk)
height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.7/app-fdroid-release.apk)

## Features
* Almost all the features available in Kernel Adiutor.
Expand Down
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ android {
applicationId "com.smartpack.kernelmanager"
minSdkVersion 21
targetSdkVersion 33
versionCode 176
versionName "v17.6"
versionCode 177
versionName "v17.7"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testFunctionalTest = false
testHandleProfiling = false
}

buildTypes {
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/assets/release.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"releaseNotes": "Change-logs\n - Fixed app not opening after setting biometric lock.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.6/com.smartpack.kernelmanager-v17.6-fdroid-release.apk",
"sha1": "d88da0be89d1abe3a1ce1179347b1650d0785669",
"latestVersion": "17.6",
"latestVersionCode": 176
"releaseNotes": "Change-logs\n - App now used Material3 DayNight theme (more modern UI).\n - Fixed shortcuts not working.\n - Hopefully fixed tasker and apply on boot notifications on newer android versions.\n - Updated Russian translations.\n - Miscellaneous changes.",
"releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.7/app-fdroid-release.apk",
"sha1": "c62c3730a94165c2a2550ae43d12ea54d6d99e6c",
"latestVersion": "17.7",
"latestVersionCode": 177
}
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

## 134. March 27, 2023
*Release-tag: v17.7*<br>
App now used Material3 DayNight theme (more modern app UI). Fixed shortcuts not working. Hopefully fixed tasker and apply on boot notifications on newer android versions. Updated Russian translations. Miscellaneous changes.

## 133. January 01, 2023
*Release-tag: v17.6*<br>
Fixed app not opening after setting biometric lock. Miscellaneous changes.
Expand Down
2 changes: 0 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/176.txt

This file was deleted.

5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/177.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* App now used Material3 DayNight theme (more modern UI).
* Fixed shortcuts not working.
* Hopefully fixed tasker and apply on boot notifications on newer android versions.
* Updated Russian translations.
* Miscellaneous changes.

0 comments on commit c886fc8

Please sign in to comment.