diff --git a/README.md b/README.md index baa046d5..0a845d49 100755 --- a/README.md +++ b/README.md @@ -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) @@ -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.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. diff --git a/app/build.gradle b/app/build.gradle index 167c2663..14494dcc 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/assets/release.json b/app/src/main/assets/release.json index d280c61f..89e21fa1 100644 --- a/app/src/main/assets/release.json +++ b/app/src/main/assets/release.json @@ -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 } \ No newline at end of file diff --git a/change-logs.md b/change-logs.md index f588aac1..944e4296 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,5 +1,9 @@ # Change-logs +## 134. March 27, 2023 +*Release-tag: v17.7*
+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*
Fixed app not opening after setting biometric lock. Miscellaneous changes. diff --git a/fastlane/metadata/android/en-US/changelogs/176.txt b/fastlane/metadata/android/en-US/changelogs/176.txt deleted file mode 100644 index 1eb260d1..00000000 --- a/fastlane/metadata/android/en-US/changelogs/176.txt +++ /dev/null @@ -1,2 +0,0 @@ -* Fixed app not opening after setting biometric lock. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/177.txt b/fastlane/metadata/android/en-US/changelogs/177.txt new file mode 100644 index 00000000..7b044e14 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/177.txt @@ -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. \ No newline at end of file