Browse Source

fix: ci

master
高志龙 6 months ago
parent
commit
6700cb03dc
  1. 2
      app/build.gradle
  2. 4
      app/src/main/java/qianmu/container/data/PowerData.java

2
app/build.gradle

@ -12,7 +12,7 @@ android {
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 30 targetSdkVersion 30
versionCode 6 versionCode 6
versionName "V2.0.8.6"
versionName "V2.0.8.7"
// 2.0.8.2 // 2.0.8.2
// 2.0.8.3 mac修改 // 2.0.8.3 mac修改
// V2.0.8.5 // V2.0.8.5

4
app/src/main/java/qianmu/container/data/PowerData.java

@ -158,7 +158,9 @@ public class PowerData extends BaseData {
LoggerUtil.e("设置1开机时间:", onTime); LoggerUtil.e("设置1开机时间:", onTime);
isSetOver = "over"; isSetOver = "over";
}else{ }else{
newTimeInfo="";
if(!bootTime.isEmpty()){
newTimeInfo="";
}
} }
} }
return; return;

Loading…
Cancel
Save