diff --git a/README.md b/README.md
index 95d9892c8..b3ea13c27 100755
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
![](banner.png)
-[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v16.8-green)](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.release)
+[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v16.9-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/v16.8/total)
+![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v16.9/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/v16.8/com.smartpack.kernelmanager-v16.8-fdroid-release.apk)
+ height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.9/com.smartpack.kernelmanager-v16.9-fdroid-release.apk)
## Features
* Almost all the features available in Kernel Adiutor.
diff --git a/app/build.gradle b/app/build.gradle
index 7e7b23b53..a1b5a7681 100755
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -18,8 +18,8 @@ android {
applicationId "com.smartpack.kernelmanager"
minSdkVersion 21
targetSdkVersion 31
- versionCode 168
- versionName "v16.8"
+ versionCode 169
+ versionName "v16.9"
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 e66fb7aac..637a4adc9 100644
--- a/app/src/main/assets/release.json
+++ b/app/src/main/assets/release.json
@@ -1,7 +1,7 @@
{
- "releaseNotes": "Change-logs\n - Logs and exported profiles will now be saved into /sdcard/SP.\n - LMK: Added Process Reclaim support.\n - VM: Added VM stat interval & Directory change notifier service.\n - Replaced using depreciated AsyncTask (almost) with Executer.\n - Improved Update channel.\n - Added Italian translations (and updated Portuguese (Brazilian) and Turkish).\n - Miscellaneous changes.",
- "releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.8/com.smartpack.kernelmanager-v16.8-fdroid-release.apk",
- "sha1": "cd31e0482eb691fa1a8711456ab599388264ee6f",
- "latestVersion": "16.8",
- "latestVersionCode": 168
+ "releaseNotes": "Change-logs\n - Fixed profiles not exporting into /sdcard in Android 11 and above.\n - Improved CPU core detection.\n - Better Android 12 (S, SDK 31) support.\n - Added new credits page.\n - Updated translations.\n - Miscellaneous changes.",
+ "releaseUrl": "https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v16.9/com.smartpack.kernelmanager-v16.9-fdroid-release.apk",
+ "sha1": "883dc7dc1223f325f9e4ff19a9e8accb199de496",
+ "latestVersion": "16.9",
+ "latestVersionCode": 169
}
\ No newline at end of file
diff --git a/change-logs.md b/change-logs.md
index 1402ca3af..2ebe12abe 100644
--- a/change-logs.md
+++ b/change-logs.md
@@ -1,5 +1,9 @@
# Change-logs
+## 126. December 02, 2021
+*Release-tag: v16.9*
+Fixed profiles not exporting into /sdcard in Android 11 and above. Improved CPU core detection. Better Android 12 (S, SDK 31) support. Added new credits page. Updated translations. Miscellaneous changes.
+
## 126. September 05, 2021
*Release-tag: v16.8*
Logs and exported profiles will now be saved into /sdcard/SP. LMK: Added Process Reclaim support. VM: Added VM stat interval & Directory change notifier service. Replaced using depreciated AsyncTask (almost) with Executer. Improved Update channel. Added Italian translations (and updated Portuguese (Brazilian) and Turkish). Miscellaneous changes.
diff --git a/fastlane/metadata/android/en-US/changelogs/168.txt b/fastlane/metadata/android/en-US/changelogs/168.txt
deleted file mode 100644
index 1b4bb1be2..000000000
--- a/fastlane/metadata/android/en-US/changelogs/168.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-* Logs and exported profiles will now be saved into /sdcard/SP.
-* LMK: Added Process Reclaim support.
-* VM: Added VM stat interval & Directory change notifier service.
-* Replaced using depreciated AsyncTask (almost) with Executer.
-* Improved Update channel.
-* Added Italian translations (and updated Portuguese (Brazilian) and Turkish).
-* Miscellaneous changes.
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/169.txt b/fastlane/metadata/android/en-US/changelogs/169.txt
new file mode 100644
index 000000000..65b1bff9f
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/169.txt
@@ -0,0 +1,6 @@
+* Fixed profiles not exporting into /sdcard in Android 11 and above.
+* Improved CPU core detection.
+* Better Android 12 (S, SDK 31) support.
+* Added new credits page.
+* Updated translations.
+* Miscellaneous changes.
\ No newline at end of file