diff --git a/README.en.md b/README.en.md index 54a49d2c95c38c82777868e21830afa9f44da21e..e4417f38ff583ca1e6b25258b2cdc6f1ed4297b4 100644 --- a/README.en.md +++ b/README.en.md @@ -104,6 +104,6 @@ Click Product (marked with 1 in the figure) in the upper right corner of DevEco 1. This sample demonstrates only the content comparison between the official version and the test version. The default version does not implement its logic. Do not use the default version. 2. The sample is only supported on Huawei phones with standard systems. -3. The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. -4. The DevEco Studio version must be DevEco Studio 5.0.0 Release or later. -5. The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release SDK or later. +3. The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. +4. The DevEco Studio version must be DevEco Studio 5.0.5 Release or later. +5. The HarmonyOS SDK version must be HarmonyOS 5.0.5 Release SDK or later. diff --git a/README.md b/README.md index 074fb58308b8de38fcf99a0ce9c5e08258d3d90a..75be37e9f1a31906514f61de07a63caf9e547e7e 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,6 @@ 1. 该示例仅展示official版本与test版本内容对比,default版本未实现其逻辑,开发者请勿使用default版本运行。 2. 本示例仅支持标准系统上运行,支持设备:华为手机。 -3. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 -4. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 -5. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file +3. HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 +4. DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 +5. HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 \ No newline at end of file diff --git a/build-profile.json5 b/build-profile.json5 index 5653ed880ca12edab4854bd5b6e19f022051ee6a..1a18387ffcaf224dd15bc9134e0a842edfc2332b 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -4,7 +4,8 @@ "products": [ { "name": "official", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": { @@ -19,7 +20,8 @@ }, { "name": "test", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": { @@ -34,7 +36,8 @@ }, { "name": "default", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", } ], diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index e644e3a258836d662d776904229e76299f251e7a..758a17c1b806134bd01a3dda40e206f3f3f9d7df 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -10,7 +10,7 @@ }, { "name": "EntryAbility_label", - "value": "label" + "value": "MultiTarget" }, { "name": "title", diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index e644e3a258836d662d776904229e76299f251e7a..758a17c1b806134bd01a3dda40e206f3f3f9d7df 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -10,7 +10,7 @@ }, { "name": "EntryAbility_label", - "value": "label" + "value": "MultiTarget" }, { "name": "title", diff --git a/entry/src/main/resources/zh_CN/element/string.json b/entry/src/main/resources/zh_CN/element/string.json index 9f1885c1250010c16616c1961c60bc84f247adb0..e86c1c7a5a5207195f9e34b70d9fac9a0d394b3d 100644 --- a/entry/src/main/resources/zh_CN/element/string.json +++ b/entry/src/main/resources/zh_CN/element/string.json @@ -10,7 +10,7 @@ }, { "name": "EntryAbility_label", - "value": "label" + "value": "多目标" }, { "name": "title", diff --git a/myhar/consumer-rules.txt b/myhar/consumer-rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/myhar/obfuscation-rules.txt b/myhar/obfuscation-rules.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/oh-package.json5 b/oh-package.json5 index bb12751b97530b9a3504e56e8ed09d8c9ba1fa52..8bf916d4a165e0466c65bc49f58ab2e3c27e8931 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -4,7 +4,5 @@ "dependencies": { }, "devDependencies": { - "@ohos/hypium": "1.0.19", - "@ohos/hamock": "1.0.0" } }