diff --git a/README.md b/README.md index bddae781d..9c2533097 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![](banner.png) -[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v17.0-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release) +[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v17.1-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.0/total) +![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.1/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.0/com.smartpack.kernelmanager-v17.0-fdroid-release.apk) + height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.1/com.smartpack.kernelmanager-v17.1-fdroid-release.apk) ## Features * Almost all the features available in Kernel Adiutor. diff --git a/app/build.gradle b/app/build.gradle index 9ffca8c6a..9cd07821b 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.smartpack.kernelmanager" minSdkVersion 21 targetSdkVersion 31 - versionCode 170 - versionName "v17.0" + versionCode 171 + versionName "v17.1" multiDexEnabled true vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -56,7 +56,7 @@ dependencies { implementation 'androidx.preference:preference:1.1.1' playImplementation 'com.android.billingclient:billing:4.0.0' implementation 'com.github.ozodrukh:CircularReveal:1.3.1' - implementation 'com.github.sunilpaulmathew:sCommon:e87d14913d' + implementation 'com.github.sunilpaulmathew:sCommon:cd77362712' implementation 'com.github.sunilpaulmathew:RootFilePicker:792443f0d8' implementation 'com.github.topjohnwu.libsu:core:3.1.2' implementation "com.github.topjohnwu.libsu:io:3.1.2" diff --git a/app/src/main/assets/release.json b/app/src/main/assets/release.json index 5c1e96a19..bebbbd052 100644 --- a/app/src/main/assets/release.json +++ b/app/src/main/assets/release.json @@ -1,7 +1,7 @@ { - "releaseNotes": "Change-logs\n - Fixed occasional crashes on app launching.\n - Updated about page UI.\n - Miscellaneous changes.", - "releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.0/com.smartpack.kernelmanager-v17.0-fdroid-release.apk", - "sha1": "127da07f4b6affcb2f9372e9dfac1123542f25f9", - "latestVersion": "17.0", - "latestVersionCode": 170 + "releaseNotes": "Change-logs\n - Fixed Apply-on-Boot crashing on Android 12.\n - Fixed quick settings tiles not working.\n - App will now record and prompt to report crashes.\n - Miscellaneous changes.", + "releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.1/com.smartpack.kernelmanager-v17.1-fdroid-release.apk", + "sha1": "45e3d1ad9cc48b24c83ec3af4f6a3b7f12f1721d", + "latestVersion": "17.1", + "latestVersionCode": 171 } \ No newline at end of file diff --git a/build.gradle b/build.gradle index e440fd884..4ed3050fb 100755 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.3' + classpath 'com.android.tools.build:gradle:7.0.4' } } diff --git a/change-logs.md b/change-logs.md index 2d1c68d26..59c66ccd4 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,5 +1,9 @@ # Change-logs +## 129. December 18, 2021 +*Release-tag: v17.1*
+Fixed Apply-on-Boot crashing on Android 12. Fixed quick settings tiles not working. App will now record and prompt to report crashes. Miscellaneous changes. + ## 128. December 04, 2021 *Release-tag: v17.0*
Fixed occasional crashes on app launching. Updated about page UI. Miscellaneous changes. diff --git a/fastlane/metadata/android/en-US/changelogs/170.txt b/fastlane/metadata/android/en-US/changelogs/170.txt deleted file mode 100644 index 8d550b63e..000000000 --- a/fastlane/metadata/android/en-US/changelogs/170.txt +++ /dev/null @@ -1,3 +0,0 @@ -* Fixed occasional crashes on app launching. -* Updated about page UI. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/171.txt b/fastlane/metadata/android/en-US/changelogs/171.txt new file mode 100644 index 000000000..8bd61b33b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/171.txt @@ -0,0 +1,4 @@ +* Fixed Apply-on-Boot crashing on Android 12. +* Fixed quick settings tiles not working. +* App will now record and prompt to report crashes. +* Miscellaneous changes. \ No newline at end of file