Skip to content

Commit

Permalink
Update V4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Suni-code committed Oct 5, 2024
1 parent 856c64e commit 9814628
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ CONFIG_ENV=config.env
ZIP_FILENAME=Magisk
CONFIG_NAME=configs
IS_PRERELEASE=false
VERSION=V4.5.0
VERSIONCODE=241002
VERSION=V4.5.2
VERSIONCODE=241005
FILE=Tritium.json
10 changes: 5 additions & 5 deletions magisk/configs/sdm765.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,16 @@
"boost": 30
},
"jank": {
"durationTime": 100,
"durationTime": 560,
"lowLatency": true,
"extraMargin": 0,
"extraMargin": 10,
"boost": 40
},
"bigJank": {
"durationTime": 200,
"durationTime": 1300,
"lowLatency": true,
"extraMargin": 0,
"boost": 60
"extraMargin": 20,
"boost": 50
}
}
},
Expand Down
10 changes: 5 additions & 5 deletions magisk/configs/sdm778.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,16 @@
"boost": 30
},
"jank": {
"durationTime": 100,
"durationTime": 500,
"lowLatency": true,
"extraMargin": 0,
"extraMargin": 10,
"boost": 40
},
"bigJank": {
"durationTime": 200,
"durationTime": 1340,
"lowLatency": true,
"extraMargin": 0,
"boost": 60
"extraMargin": 20,
"boost": 50
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion magisk/configs/sdm835.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"boost": 40
},
"bigJank": {
"durationTime": 1200,
"durationTime": 1400,
"lowLatency": true,
"extraMargin": 20,
"boost": 55
Expand Down
2 changes: 1 addition & 1 deletion magisk/configs/sdm845.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"boost": 40
},
"bigJank": {
"durationTime": 1300,
"durationTime": 1400,
"lowLatency": true,
"extraMargin": 20,
"boost": 55
Expand Down
2 changes: 1 addition & 1 deletion magisk/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cp -f $MODPATH/powercfg/powercfg.sh /data/
ui_print "- Tritium Scheduler Module"
ui_print "- Installing..."

echo "- 当前版本为: V4.5.0正式版"
echo "- 当前版本为: V4.5.2正式版"
echo "- 构建时间:$(stat -c %y $MODPATH/module.prop | cut -d: -f1,2)"
echo "- Soc平台:$(getprop Build.BRAND)"
echo "- CPU型号:$(getprop ro.board.platform)"
Expand Down
2 changes: 1 addition & 1 deletion magisk/module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=ct_module
name=Tritium Scheduler
version=V4.5.0
version=V4.5.2
versionCode=
author=Suni
description=Power By CuprumTrubo
Expand Down
4 changes: 2 additions & 2 deletions magisk/powercfg/powercfg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Tritium",
"author": "Suni",
"version": "V4.5.0",
"versionCode": 241002,
"version": "V4.5.2",
"versionCode": 241005,
"features": {
"strict": true,
"pedestal": true
Expand Down

0 comments on commit 9814628

Please sign in to comment.