From ade36d49998785fcbebb3c028390f2f73da5e69f Mon Sep 17 00:00:00 2001 From: Lloyd_Liu <12595420+Lloyd-Liu@user.noreply.gitee.com> Date: Fri, 21 Mar 2025 02:35:37 +0000 Subject: [PATCH] update README_EN.md. Signed-off-by: Lloyd_Liu <12595420+Lloyd-Liu@user.noreply.gitee.com> --- README_EN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README_EN.md b/README_EN.md index ee8b042..60ab11e 100644 --- a/README_EN.md +++ b/README_EN.md @@ -70,6 +70,6 @@ Use the APIs provided by `@hadss/datacache` to read and write data. The overall ### Constraints 1. The sample app is supported only on Huawei phones running the standard system. -2. The HarmonyOS version must be HarmonyOS NEXT Developer Beta5 or later. -3. The DevEco Studio version must be DevEco Studio NEXT Developer Beta5 or later. -4. The HarmonyOS SDK version must be HarmonyOS NEXT Developer Beta5 or later. +2. The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. +3. The DevEco Studio version must be DevEco Studio 5.0.0 Release or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release or later. -- Gitee