Skip to content

Commit e84899a

Browse files
committed
opt: 5.2.2
1 parent de8b049 commit e84899a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HChen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"versionCode": 2025021506,
2+
"versionCode": 2025021507,
33
"version": "2025.02.15",
44
"zipUrl": "https://github.com/HChenX/MemoryOpt/releases/download/v.2025.02.15/MemoryOpt.zip",
55
"changelog": "https://raw.githubusercontent.com/HChenX/MemoryOpt/main/Update.md"

customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ removeModuleIfNeed() {
3939

4040
# AppRetention 模块安装
4141
installAppRetentionIfNeed() {
42-
printLog "- [i]: AppRetention 模块,版本 v.5.2.1"
42+
printLog "- [i]: AppRetention 模块,版本 v.5.2.2"
4343
printLog "- [i]: 模块作用: 通过 Hook 系统 kill 逻辑实现后台保活"
4444
printLog "- [i]: 模块作者: 焕晨HChen"
4545
versionName=$(dumpsys package com.hchen.appretention | grep versionName | cut -f2 -d '=')

module.prop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=MemoryOpt
22
name=内存优化
33
version=2025.02.15
4-
versionCode=2025021506
4+
versionCode=2025021507
55
author=焕晨HChen
66
description=内存参数调整,以实现更佳的内存使用效率。
77
updateJson=https://raw.githubusercontent.com/HChenX/MemoryOpt/main/HChen.json

0 commit comments

Comments
 (0)