Skip to content

Commit

Permalink
[Version] Update new version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tianma8023 committed May 14, 2019
1 parent 5eb3392 commit e553496
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions LOG-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 更新日志
- 19.05.14 1.0.4
1. 适配 MIUI10 9.5.7 版本,包括锁屏显秒,状态栏显秒,时间居中等
2. 修复跳秒问题
3. 优化显秒机制,提高模块性能
- 19.04.29 1.0.3
1. 新增:状态栏自定义时间颜色
2. 新增:下拉状态栏自定义时间颜色
Expand Down
4 changes: 4 additions & 0 deletions LOG-EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Update Logs
- 19.05.14 1.0.4
1. Adapt to MIUI 9.5.7+.
2. Fix the leap seconds issue.
3. Optimize the mechanism of showing seconds. Improve the performance.
- 19.04.29 1.0.3
1. New option: custom status bar clock color
2. New option: custom dropdown status bar clock color
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 21
targetSdkVersion 27
versionCode 4
versionName "1.0.3"
versionName "1.0.4"

buildConfigField("String", "LOG_TAG", "\"XMiuiClock\"")
buildConfigField("boolean", "LOG_TO_XPOSED", "true")
Expand Down

0 comments on commit e553496

Please sign in to comment.