Преглед изворни кода

build(basic): 更新基础库版本至 1.0.6- 在 BuildProfile.ets 中将 HAR_VERSION 从 1.0.5 修改为 1.0.6
- 更新 app 和 sdk_ywx 目录下的 oh-package-lock.json5 文件
-调整 sdk_ywx/oh-package.json5 中的依赖项版本

徐勤民 пре 1 недеља
родитељ
комит
858d57ae38
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      BuildProfile.ets

+ 1 - 1
BuildProfile.ets

@@ -1,7 +1,7 @@
 /**
  * Use these variables when you tailor your ArkTS code. They must be of the const type.
  */
-export const HAR_VERSION = '1.0.5';
+export const HAR_VERSION = '1.0.6';
 export const BUILD_MODE_NAME = 'release';
 export const DEBUG = false;
 export const TARGET_NAME = 'default';