From 3c99b88ad8ab01f759dcf16f950027c4fe7bd4e8 Mon Sep 17 00:00:00 2001 From: "1362134550@qq.com" <1362134550@qq.com> Date: Wed, 20 Aug 2025 14:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7api=E5=88=B05.0.5(17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 6 +++--- README.md | 6 +++--- build-profile.json5 | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.en.md b/README.en.md index 3acff28..684d73f 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 5.0.0 Release or later. +* The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. -* The DevEco Studio version must be DevEco Studio 5.0.0 Release or later. +* The DevEco Studio version must be DevEco Studio 5.0.5 Release or later. -* The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release SDK or later. \ No newline at end of file +* The HarmonyOS SDK version must be HarmonyOS 5.0.5 Release SDK or later. \ No newline at end of file diff --git a/README.md b/README.md index d96fd15..3096c99 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ RCP指的是远程通信平台(remote communication platform),RCP提供网 ## 约束与限制 * 本示例仅支持标准系统上运行,支持设备:华为手机。 -* HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 +* HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -* DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 +* DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -* HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file +* HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 \ No newline at end of file diff --git a/build-profile.json5 b/build-profile.json5 index c033ce4..a33e1f2 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,7 +5,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "targetSdkVersion": "5.0.5(17)", + "compatibleSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", } ], -- Gitee