[1.0.11] fix(watch):
- WatchItemFragment: 增加对 latest/max/min 为 0 的判断 - 空值或零值统一显示 "--分钟",修复之前错误显示时间转换结果的问题 - 更新首页头部图标资源 icon_home_head.png
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user