Skip to content

Commit e995624

Browse files
committed
更新至4.4.13 Release
1 parent e54ba1c commit e995624

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
minSdkVersion 23
2323
targetSdkVersion 30
2424
versionCode 202107051
25-
versionName "4.4.13 Beta"
25+
versionName "4.4.13"
2626
externalNativeBuild {
2727
cmake {
2828
cppFlags ""

app/src/main/assets/powercfg/lahaina/conservative.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ elif [[ "$action" = "balance" ]]; then
6161
cpuset '0-2' '0-3' '0-6' '0-7'
6262
stune_top_app 0 0
6363
# cpuctl top-app 0 1 0.1 max
64-
cpuctl top-app 0 1 0.1 max
65-
echo 75000000 > /sys/class/devfreq/1d84000.ufshc/max_freq
64+
cpuctl top-app 0 1 0 max
65+
echo 300000000 > /sys/class/devfreq/1d84000.ufshc/max_freq
6666

6767

6868
elif [[ "$action" = "performance" ]]; then

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<string name="share_link">你也来试试Scene吧,我觉得还不错,下载地址:\n http://vtools.omarea.com/</string>
3434
<!--<string name="feedback_link">mqqwpa://im/chat?chat_type=wpa&amp;uin=1191634433</string>-->
3535

36-
<string name="app_name">Scene4 Beta</string>
36+
<string name="app_name">Scene4</string>
3737
<string name="app_name_short">Scene4</string>
3838
<string name="app_name_mode_switch">Scene-快速切换模式</string>
3939

0 commit comments

Comments
 (0)