From 953f34fe86da86aa634dd8098ece136c1be81b84 Mon Sep 17 00:00:00 2001 From: liugang9704 <2745340733@qq.com> Date: Tue, 24 Jun 2025 14:38:03 +0800 Subject: [PATCH] =?UTF-8?q?README=E6=96=87=E4=BB=B6=E4=B8=AD=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 210a653..3acff28 100644 --- a/README.en.md +++ b/README.en.md @@ -47,8 +47,8 @@ ohos.permission.INTERNET: allows an app to access Internet. ## Constraints * The sample app is supported only on Huawei phones running the standard system. -* The HarmonyOS version must be HarmonyOS NEXT Developer Beta1 or later. +* The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. -* The DevEco Studio version must be DevEco Studio NEXT Developer Beta1 or later. +* The DevEco Studio version must be DevEco Studio 5.0.0 Release or later. -* The HarmonyOS SDK version must be HarmonyOS NEXT Developer Beta1 SDK or later. \ No newline at end of file +* The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release SDK or later. \ No newline at end of file diff --git a/README.md b/README.md index 8e348d9..d96fd15 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ RCP指的是远程通信平台(remote communication platform),RCP提供网 ## 约束与限制 * 本示例仅支持标准系统上运行,支持设备:华为手机。 -* HarmonyOS系统:HarmonyOS NEXT Developer Beta1及以上。 +* HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 -* DevEco Studio版本:DevEco Studio NEXT Developer Beta1及以上。 +* DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 -* HarmonyOS SDK版本:HarmonyOS NEXT Developer Beta1 SDK及以上。 \ No newline at end of file +* HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file -- Gitee