diff --git a/README.md b/README.md index 2056cce98..7a8c4415c 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![](banner.png) -[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v17.3-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release) +[![](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/github/downloads/SmartPack/SmartPack-Kernel-Manager/total) -![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.3/total) +![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v17.4/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.3/com.smartpack.kernelmanager-v17.3-fdroid-release.apk) + height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.4/com.smartpack.kernelmanager-v17.4-fdroid-release.apk) ## Features * Almost all the features available in Kernel Adiutor. diff --git a/app/build.gradle b/app/build.gradle index 38112d63c..253b6ae58 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,15 +11,15 @@ android { } } - compileSdkVersion 31 + compileSdkVersion 33 buildToolsVersion '30.0.3' defaultConfig { applicationId "com.smartpack.kernelmanager" minSdkVersion 21 - targetSdkVersion 31 - versionCode 173 - versionName "v17.3" + targetSdkVersion 33 + versionCode 174 + versionName "v17.4" multiDexEnabled true vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -53,14 +53,15 @@ android { dependencies { implementation 'androidx.biometric:biometric:1.1.0' + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" implementation 'androidx.preference:preference:1.2.0' implementation 'com.github.ozodrukh:CircularReveal:1.3.1' - implementation 'com.github.sunilpaulmathew:sCommon:f741dad243' + implementation 'com.github.sunilpaulmathew:sCommon:947d85b85e' implementation 'com.github.sunilpaulmathew:RootFilePicker:15245677c6' implementation 'com.github.topjohnwu.libsu:core:4.0.3' implementation "com.github.topjohnwu.libsu:io:3.1.2" implementation 'com.google.android.apps.dashclock:dashclock-api:2.0.0' - implementation 'com.google.android.material:material:1.6.1' + implementation 'com.google.android.material:material:1.7.0' implementation 'com.squareup.picasso:picasso:2.71828' implementation 'org.cyanogenmod:platform.sdk:6.0' implementation project (':seekbar') diff --git a/app/src/main/assets/release.json b/app/src/main/assets/release.json index 7fd34219f..698d80aa7 100644 --- a/app/src/main/assets/release.json +++ b/app/src/main/assets/release.json @@ -1,7 +1,7 @@ { - "releaseNotes": "Change-logs\n - Fixed custom controller create option failing.\n - Added Japanese (partial) Translations and updated others.\n - Updated build tools and dependencies.\n - Miscellaneous changes.", - "releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v17.3/com.smartpack.kernelmanager-v17.3-fdroid-release.apk", - "sha1": "1ad651cc1edf7a6be0ac82011e75078bc6fc261a", - "latestVersion": "17.3", - "latestVersionCode": 173 + "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 } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 853c5cf3d..bd944e38a 100755 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.3' + classpath 'com.android.tools.build:gradle:7.3.1' } } diff --git a/change-logs.md b/change-logs.md index f09e2022d..e1d026d0d 100644 --- a/change-logs.md +++ b/change-logs.md @@ -1,5 +1,9 @@ # Change-logs +## 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. + ## 130. July 11, 2022 *Release-tag: v17.3*
Fixed custom controller create option failing. Added Japanese (partial) Translations and updated others. Updated build tools and dependencies. Miscellaneous changes. diff --git a/fastlane/metadata/android/en-US/changelogs/173.txt b/fastlane/metadata/android/en-US/changelogs/173.txt deleted file mode 100644 index c3fe8e3a4..000000000 --- a/fastlane/metadata/android/en-US/changelogs/173.txt +++ /dev/null @@ -1,4 +0,0 @@ -* Fixed custom controller create option failing. -* Added Japanese (partial) Translations and updated others. -* Updated build tools and dependencies. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/174.txt b/fastlane/metadata/android/en-US/changelogs/174.txt new file mode 100644 index 000000000..58bedcc72 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/174.txt @@ -0,0 +1,4 @@ +* 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/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ea83eefb8..fe337745e 100755 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Apr 22 09:37:29 CEST 2021 -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip \ No newline at end of file +#Thu Apr 22 09:37:29 CEST 2021 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip \ No newline at end of file diff --git a/seekbar/build.gradle b/seekbar/build.gradle index 98d0d8d59..567293596 100644 --- a/seekbar/build.gradle +++ b/seekbar/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 31 + compileSdk 33 buildToolsVersion "30.0.3" defaultConfig { @@ -11,5 +11,5 @@ android { } dependencies { - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.7.0' } \ No newline at end of file