From b72c2aab9001c9b2a8a33c18cc272ee159025a04 Mon Sep 17 00:00:00 2001 From: guangda Date: Thu, 15 Jan 2026 10:24:16 +0800 Subject: [PATCH] fix bug --- README.en.md | 6 +++--- README.md | 6 +++--- build-profile.json5 | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.en.md b/README.en.md index 041185d..14dd93b 100644 --- a/README.en.md +++ b/README.en.md @@ -70,10 +70,10 @@ effect is as follows. ## Constraints -1. This sample is only supported on Huawei phones running standard systems. +1. This sample is only supported on Bar phones running standard systems. 2. The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. -3. The DevEco Studio version must be DevEco Studio 6.0.0 Release or later. -4. The HarmonyOS SDK version must be HarmonyOS 6.0.0 Release SDK or later. +3. The DevEco Studio version must be DevEco Studio 6.0.2 Release or later. +4. The HarmonyOS SDK version must be HarmonyOS 6.0.2 Release SDK or later. 5. Both devices must be logged in with the same HUAWEI ID. You are advised to enable Find Device. 6. Wi-Fi and Bluetooth must be enabled on both devices. If possible, both devices should be connected to the same LAN. 7. Both devices must have the application installed. diff --git a/README.md b/README.md index fba2c55..a670602 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ ## 约束与限制 -1. 本示例仅支持标准系统上运行,支持设备:华为手机。 +1. 本示例仅支持标准系统上运行,支持设备:直板机。 2. HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -3. DevEco Studio版本:DevEco Studio 6.0.0 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS 6.0.0 Release SDK及以上。 +3. DevEco Studio版本:DevEco Studio 6.0.2 Release及以上。 +4. HarmonyOS SDK版本:HarmonyOS 6.0.2 Release SDK及以上。 5. 双端设备需要登录同一华为账号,建议打开查找设备功能。 6. 双端设备需要打开Wi-Fi和蓝牙开关,条件允许时最好连接同一局域网。 7. 双端设备都需要有该应用。 diff --git a/build-profile.json5 b/build-profile.json5 index 36a8069..efab083 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,7 +5,7 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "6.0.0(20)", + "targetSdkVersion": "6.0.2(22)", "compatibleSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS" } -- Gitee