-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 新增 混合CPU调频 - 改进 Android 7.0兼容性 - 修复 EPIC写入器自检错误 - 修复 全面屏手势失效,感谢@NebulaLeep - 暂时禁用SsAnalysis模块,由于降低了过渡动画流畅度 - ...合计36个commit Signed-off-by: Matt Yang <[email protected]>
- Loading branch information
Showing
6 changed files
with
60 additions
and
12 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
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
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
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
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
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 @@ | ||
{ | ||
"versionCode": 3, | ||
"version": "v3(22.04.30)", | ||
"zipUrl": "https://github.com/yc9559/uperf/releases/download/dev-22.04.30/uperf-dev-22.04.30.zip", | ||
"version": "v3(22.05.04)", | ||
"zipUrl": "https://github.com/yc9559/uperf/releases/download/dev-22.05.04/uperf-dev-22.05.04.zip", | ||
"changelog": "https://github.com/yc9559/uperf/raw/master/changelog.md" | ||
} |