From ec376f626171def69dfdfbb9499efda9e2ffa552 Mon Sep 17 00:00:00 2001 From: kuangning <2540487435@qq.com> Date: Thu, 24 Jul 2025 11:18:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0sdk=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=BA19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-profile.json5 | 4 ++-- hvigor/hvigor-config.json5 | 2 +- oh-package.json5 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 0791c1b..bb79463 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -4,8 +4,8 @@ { "name": "default", "signingConfig": "default", - "targetSdkVersion": "5.0.5(17)", - "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.1.1(19)", + "compatibleSdkVersion": "5.1.1(19)", "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": { diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 index 5bebc97..6f008c9 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.5", + "modelVersion": "5.1.1", "dependencies": { }, "execution": { diff --git a/oh-package.json5 b/oh-package.json5 index a8aff0c..052cc24 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.5", + "modelVersion": "5.1.1", "description": "Please describe the basic information.", "dependencies": { }, -- Gitee From e79efb6c97f991e9626817b1efd755691e1ec00d Mon Sep 17 00:00:00 2001 From: kuangning <2540487435@qq.com> Date: Thu, 24 Jul 2025 11:30:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme=E6=96=87=E4=BB=B6s?= =?UTF-8?q?dk=E4=B8=BA19?= 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 3ea3641..6ca1acc 100644 --- a/README.en.md +++ b/README.en.md @@ -50,6 +50,6 @@ N/A ## Constraints 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. \ No newline at end of file +2. The HarmonyOS version must be HarmonyOS 5.1.1 Release or later. +3. The DevEco Studio version must be DevEco Studio 5.1.1 Release or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.1.1 Release SDK or later. \ No newline at end of file diff --git a/README.md b/README.md index d28dff4..1cdaaea 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,6 @@ ## 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -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及以上。 \ No newline at end of file +2. HarmonyOS系统:HarmonyOS 5.1.1 Release及以上。 +3. DevEco Studio版本:DevEco Studio 5.1.1 Release及以上。 +4. HarmonyOS SDK版本:HarmonyOS 5.1.1 Release SDK及以上。 \ No newline at end of file -- Gitee