From aa8e3e23de4fe88d9e326042f89117fb40c61615 Mon Sep 17 00:00:00 2001 From: sfchu Date: Wed, 20 Aug 2025 14:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC5.0.5(17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 8 ++++---- README.md | 6 +++--- build-profile.json5 | 3 ++- hvigor/hvigor-config.json5 | 2 +- oh-package.json5 | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.en.md b/README.en.md index 3e9dc09..512119e 100644 --- a/README.en.md +++ b/README.en.md @@ -26,7 +26,7 @@ N/A ## Constraints -1. The sample app is supported only on Huawei phones running the standard system. -2. HarmonyOS: HarmonyOS 5.0.0 Release or later -3. DevEco Studio: DevEco Studio 5.0.0 Release or later -4. HarmonyOS SDK: HarmonyOS 5.0.0 Release SDK or later +1. The sample is only supported on Huawei phones with standard systems. +2. The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. +3. The DevEco Studio version must be DevEco Studio 5.0.5 Release or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.5 Release SDK or later. diff --git a/README.md b/README.md index fa51059..6277844 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ ## 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 -3. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 +2. HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 +3. DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 +4. HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 diff --git a/build-profile.json5 b/build-profile.json5 index d209fee..a8f216d 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" } ], diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 index 73bfab4..0c81a69 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.0", + "modelVersion": "5.0.5", "dependencies": { }, "execution": { diff --git a/oh-package.json5 b/oh-package.json5 index b7a16da..f32d9b5 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.0", + "modelVersion": "5.0.5", "license": "ISC", "devDependencies": { }, -- Gitee