[1.0.11] fix(watch):

- WatchItemFragment: 增加对 latest/max/min 为 0 的判断
- 空值或零值统一显示 "--分钟",修复之前错误显示时间转换结果的问题
- 更新首页头部图标资源 icon_home_head.png
This commit is contained in:
zhanglei
2026-03-06 16:40:22 +08:00
parent 9c91839520
commit e2d53f851d
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ ext {
minSdkVersion = 26
targetSdkVersion = 32
compileSdkVersion = 33
versionCode = 1010
versionName = "1.0.10"
versionCode = 1011
versionName = "1.0.11"
//Dependencies
junitVersion = "4.12"
lifecycleVersion = "2.6.0-alpha01"