diff --git a/README.md b/README.md index 7a8c4415c..2bba903e2 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![](banner.png) -[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v17.4-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release) +[![](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/github/downloads/SmartPack/SmartPack-Kernel-Manager/total) -![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.4/total) +![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.5/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.4/com.smartpack.kernelmanager-v17.4-fdroid-release.apk) + height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.5/com.smartpack.kernelmanager-v17.5-fdroid-release.apk) ## Features * Almost all the features available in Kernel Adiutor. diff --git a/app/build.gradle b/app/build.gradle index 814838e07..ba9de8bdb 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.smartpack.kernelmanager" minSdkVersion 21 targetSdkVersion 33 - versionCode 174 - versionName "v17.4" + versionCode 175 + versionName "v17.5" 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 698d80aa7..492c5dc02 100644 --- a/app/src/main/assets/release.json +++ b/app/src/main/assets/release.json @@ -1,7 +1,7 @@ { - "releaseNotes": "Change-logs\n - Added QTI haptic vibration control support.\n - Improved Terminal, Flashing and Apply Script process.\n - Updated build tools and dependencies.\n - Miscellaneous changes.", - "releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.4/com.smartpack.kernelmanager-v17.4-fdroid-release.apk", - "sha1": "6129c16e89cb36f8b1771b95da2e7fb72ef5ef94", - "latestVersion": "17.4", - "latestVersionCode": 174 + "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 } \ No newline at end of file diff --git a/change-logs.md b/change-logs.md index e1d026d0d..27d1aed1b 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,5 +1,9 @@ # Change-logs +## 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. + ## 131. October 23, 2022 *Release-tag: v17.4*
Added QTI haptic vibration control support. Improved Terminal, Flashing and Apply Script process. Updated build tools and dependencies. Miscellaneous changes. diff --git a/fastlane/metadata/android/en-US/changelogs/174.txt b/fastlane/metadata/android/en-US/changelogs/174.txt deleted file mode 100644 index 58bedcc72..000000000 --- a/fastlane/metadata/android/en-US/changelogs/174.txt +++ /dev/null @@ -1,4 +0,0 @@ -* Added QTI haptic vibration control support. -* Improved Terminal, Flashing and Apply Script process. -* Updated build tools and dependencies. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/175.txt b/fastlane/metadata/android/en-US/changelogs/175.txt new file mode 100644 index 000000000..c986e4c6b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/175.txt @@ -0,0 +1,8 @@ +* 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