diff --git a/changelog.md b/changelog.md index c68f7d1..0dff02a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,8 @@ ## Changelog +- Added Packages on Game Database - Adjusted Dynamic Refresh-Rate Sensitivity -- Fixed Config on Kernel Change -- Fixed NFC Issues -- Fixed Touch-Rate Config Restoration -- Improved & Simplified Updater -- Improved Auto Low Refresh-Rate on Sleep Mode -- Moved Mountpoint Inside Module Path -- Removed Notifier +- Fixed Duplicate Installation +- Switched Target to aarch64-linux-android from aarch64-unknown-linux-musl +- Updated Dependencies - Miscellaneous Fixes and Improvements diff --git a/dependencies.xz b/dependencies.xz index fad1a16..846ca8b 100644 Binary files a/dependencies.xz and b/dependencies.xz differ diff --git a/install b/install index ef23ce7..4d29868 100755 Binary files a/install and b/install differ diff --git a/module.prop b/module.prop index 7cb0561..0e0d191 100755 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=MAGNETAR name=MAGNETAR -version=19.2.2 (VICTOR) -versionCode=190202 +version=19.2.3 (VICTOR) +versionCode=190203 author=Kyliekyler description=Device Performance Optimizer — Aims To Provide An Optimal Experience At Every Usage Scenario updateJson=https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/update.json diff --git a/resources.xz b/resources.xz index 806fe5a..002f420 100755 Binary files a/resources.xz and b/resources.xz differ diff --git a/update.json b/update.json index c5dc757..8e2ff11 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "version": "VICTOR ", - "versionCode": 190202, - "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.2.2/MAGNETAR.19.2.2.VICTOR.zip", + "versionCode": 190203, + "zipUrl": "https://github.com/Kyliekyler/MAGNETAR/releases/download/v19.2.3/MAGNETAR.19.2.3.VICTOR.zip", "changelog": "https://raw.githubusercontent.com/Kyliekyler/MAGNETAR/pre-release/changelog.md" } \ No newline at end of file