diff --git a/README.md b/README.md index 2bba903e..baa046d5 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![](banner.png) -[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v17.5-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release) +[![](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/github/downloads/SmartPack/SmartPack-Kernel-Manager/total) -![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.5/total) +![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.6/total) ![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager) ![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager) @@ -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) [](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.5/com.smartpack.kernelmanager-v17.5-fdroid-release.apk) + height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.6/com.smartpack.kernelmanager-v17.6-fdroid-release.apk) ## Features * Almost all the features available in Kernel Adiutor. @@ -135,7 +135,7 @@ You can report a bug or request a feature by [opening an issue](https://github.c ## License - Copyright (C) 2022-2023 sunilpaulmathew + Copyright (C) 2023-2024 sunilpaulmathew SmartPack Kernel Manager is a free softwares: you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/app/build.gradle b/app/build.gradle index 4117f808..6e20b355 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.smartpack.kernelmanager" minSdkVersion 21 targetSdkVersion 33 - versionCode 175 - versionName "v17.5" + versionCode 176 + versionName "v17.6" multiDexEnabled true vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/assets/release.json b/app/src/main/assets/release.json index 492c5dc0..d280c61f 100644 --- a/app/src/main/assets/release.json +++ b/app/src/main/assets/release.json @@ -1,7 +1,7 @@ { - "releaseNotes": "Change-logs\n - Several updates to make app more compatible with newer android versions.\n - Largely improved terminal page.\n - Fixed (hopefully) crashing governor tunables page.\n - Fixed permissions related issues on newer android versions.\n - Backup boot/recovery feature now works on more devices.\n - Hopefully fixed widgets doesn't work well.\n - Updated build tools and dependencies.\n - Miscellaneous changes.", - "releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.5/com.smartpack.kernelmanager-v17.5-fdroid-release.apk", - "sha1": "9841f1b9f52320de47d742b40b159aa57e4fbffa", - "latestVersion": "17.5", - "latestVersionCode": 175 + "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 } \ No newline at end of file diff --git a/change-logs.md b/change-logs.md index 27d1aed1..f588aac1 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,8 +1,12 @@ # Change-logs +## 133. January 01, 2023 +*Release-tag: v17.6*
+Fixed app not opening after setting biometric lock. Miscellaneous changes. + ## 132. December 29, 2022 *Release-tag: v17.5*
-Several updates to make app more compatible with newer android versions. Largely improved terminal page. Fixed (hopefully) crashing governor tunables page. Fixed permissions related issues on newer android versions. Backup boot/recovery feature now works on more devices. Hopefully fixed widgets doesn't work well. Updated build tools and dependencies. Miscellaneous changes. Miscellaneous changes. +Several updates to make app more compatible with newer android versions. Largely improved terminal page. Fixed (hopefully) crashing governor tunables page. Fixed permissions related issues on newer android versions. Backup boot/recovery feature now works on more devices. Hopefully fixed widgets doesn't work well. Updated build tools and dependencies. Miscellaneous changes. ## 131. October 23, 2022 *Release-tag: v17.4*
diff --git a/fastlane/metadata/android/en-US/changelogs/175.txt b/fastlane/metadata/android/en-US/changelogs/175.txt deleted file mode 100644 index c986e4c6..00000000 --- a/fastlane/metadata/android/en-US/changelogs/175.txt +++ /dev/null @@ -1,8 +0,0 @@ -* Several internal updates to make app more compatible with newer android versions. -* Largely improved terminal page. -* Fixed (hopefully) crashing governor tunables page. -* Fixed permissions related issues on newer android versions. -* Backup boot/recovery feature now works on more devices. -* Hopefully fixed widgets doesn't work well. -* Updated build tools and dependencies. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/176.txt b/fastlane/metadata/android/en-US/changelogs/176.txt new file mode 100644 index 00000000..1eb260d1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/176.txt @@ -0,0 +1,2 @@ +* Fixed app not opening after setting biometric lock. +* Miscellaneous changes. \ No newline at end of file