forked from DavidPisces/ReduceMIUI
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
添加对 KernelSU 的支持 && 将最低 Magisk 版本提升至 Magisk 26.0(26000)
- Loading branch information
Showing
4 changed files
with
194 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# Files for the ART/Dalvik VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# Generated files | ||
bin/ | ||
gen/ | ||
out/ | ||
|
||
# Gradle files | ||
.gradle/ | ||
build/ | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
# Log Files | ||
*.log | ||
|
||
# Android Studio Navigation editor temp files | ||
.navigation/ | ||
|
||
# Android Studio captures folder | ||
captures/ | ||
|
||
# IntelliJ | ||
*.iml | ||
.idea/workspace.xml | ||
.idea/tasks.xml | ||
.idea/gradle.xml | ||
.idea/assetWizardSettings.xml | ||
.idea/dictionaries | ||
.idea/libraries | ||
.idea/caches | ||
|
||
# Keystore files | ||
# Uncomment the following line if you do not want to check your keystore files in. | ||
#*.jks | ||
|
||
# External native build folder generated in Android Studio 2.2 and later | ||
.externalNativeBuild | ||
|
||
# Google Services (e.g. APIs or Firebase) | ||
google-services.json | ||
|
||
# Freeline | ||
freeline.py | ||
freeline/ | ||
freeline_project_description.json | ||
|
||
# fastlane | ||
fastlane/report.xml | ||
fastlane/Preview.html | ||
fastlane/screenshots | ||
fastlane/test_output | ||
fastlane/readme.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": 3.1, | ||
"versionCode": 31, | ||
"version": 3.2, | ||
"versionCode": 32, | ||
"zipUrl": "https://ghproxy.com/https://github.com/zjw2017/ReduceMIUI/releases/download/3.1/ReduceMIUI.zip", | ||
"changelog": "https://ghproxy.com/https://github.com/zjw2017/ReduceMIUI/blob/master/ReduceMIUI.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# Changelog | ||
|
||
### 3.2 (32) (2023-06-21) | ||
|
||
- 添加对 **KernelSU** 的支持 | ||
- 将最低 Magisk 版本提升至 **Magisk 26.0(26000)** | ||
|
||
### 3.1 (31) (2023-05-23) | ||
|
||
- 恢复历史精简功能,即修复了已经刷过本模块并重启后,再次刷入模块导致的精简不全的问题 | ||
- 恢复 **历史精简**功能,即修复了已经刷过本模块并重启后,再次刷入模块导致的精简不全的问题 | ||
|
||
### 3.0 (30) (2023-03-11) | ||
|
||
- 重构dex2oat,修复cmd package失效 | ||
- 优化包名精简 | ||
- 更新包名精简.prop和dex2oat.prop,看齐MIUI 14 | ||
- 重构 `dex2oat`,修复`cmd package`失效 | ||
- 优化 包名精简 | ||
- 更新 `包名精简.prop`和`dex2oat.prop`,看齐MIUI 14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters