From 67b7a5123d8756195f1033acfc5b81d52abb9efd Mon Sep 17 00:00:00 2001 From: liujiahui Date: Tue, 4 Nov 2025 15:05:50 +0800 Subject: [PATCH] =?UTF-8?q?imp=EF=BC=9A=E4=BC=98=E5=8C=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.md | 2 +- build-profile.json5 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 426afd1..743efe4 100644 --- a/README.en.md +++ b/README.en.md @@ -68,7 +68,7 @@ To achieve the distributed capabilities involved in this codelab, you need to ad ## Constraints 1. This sample is only supported on Huawei phones running standard systems. -2. The HarmonyOS version must be HarmonyOS 6.0.0 Release or later. +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. 5. Both devices must be logged in with the same HUAWEI ID. You are advised to enable Find Device. diff --git a/README.md b/README.md index 0afe08b..49bef6e 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ ## 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS 6.0.0 Release及以上。 +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及以上。 5. 双端设备需要登录同一华为账号,建议打开查找设备功能。 diff --git a/build-profile.json5 b/build-profile.json5 index d9c3a7f..a931e87 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,8 +5,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "6.0.0(20)", "targetSdkVersion": "6.0.0(20)", + "compatibleSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS" } ], -- Gitee