Skip to content

Commit

Permalink
[Version] Update new version 1.0.5(6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianma8023 committed May 15, 2019
1 parent dd21d18 commit 582a07c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions LOG-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 更新日志
- 19.05.15 1.0.5
1. 修复:部分条件下,分钟限时不准确的问题
2. 新增可选项:系统桌面始终显示状态栏时间(即便桌面上有时钟小部件)
- 19.05.14 1.0.4
1. 适配 MIUI10 9.5.7 版本,包括锁屏显秒,状态栏显秒,时间居中等
2. 修复跳秒问题
Expand Down
3 changes: 3 additions & 0 deletions LOG-EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Update Logs
- 19.05.15 1.0.5
1. Bug fix: wrong minute display issue
2. New option: always show status bar clock in MIUI System Launcher
- 19.05.14 1.0.4
1. Adapt to MIUI 9.5.7+.
2. Fix the leap seconds issue.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.tianma.tweaks.miui"
minSdkVersion 21
targetSdkVersion 27
versionCode 5
versionName "1.0.4"
versionCode 6
versionName "1.0.5"

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

0 comments on commit 582a07c

Please sign in to comment.