From 17a3db481ca8564c10679a17bcf32268c80b4e66 Mon Sep 17 00:00:00 2001 From: liujiahui Date: Tue, 4 Nov 2025 15:03:45 +0800 Subject: [PATCH] =?UTF-8?q?imp=EF=BC=9A=E4=BC=98=E5=8C=96=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E7=89=88=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 6bcbd06..963fb54 100644 --- a/README.en.md +++ b/README.en.md @@ -45,7 +45,7 @@ N/A. ## 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. diff --git a/README.md b/README.md index fdb18a5..b72aa40 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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 6c9ae38..a931e87 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -6,7 +6,7 @@ "name": "default", "signingConfig": "default", "targetSdkVersion": "6.0.0(20)", - "compatibleSdkVersion": "6.0.0(20)", + "compatibleSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS" } ], -- Gitee