From f24c810185b900f63124054bfac4c26437984caf Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Thu, 21 Aug 2025 15:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9F=BA=E4=BA=8E=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=AE=9E=E7=8E=B0=E5=A4=9A=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E8=87=AA=E9=80=82=E5=BA=94=E8=83=BD=E5=8A=9B=E3=80=91=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 8 ++++---- README.md | 8 ++++---- build-profile.json5 | 3 ++- entry/oh-package.json5 | 1 - oh-package.json5 | 1 - 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.en.md b/README.en.md index 4fd96ae..41842ce 100644 --- a/README.en.md +++ b/README.en.md @@ -68,7 +68,7 @@ N/A ### Constraints -1. The sample is only supported on Huawei phones with standard systems. -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 SDK or later. +1. The sample is only supported on Huawei phones, tablets 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 ed4911e..dbbab62 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ return formInfo.FormState.READY }。 ### 约束与限制 -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及以上。 +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及以上。 diff --git a/build-profile.json5 b/build-profile.json5 index 275b40d..f78f739 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -4,7 +4,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS" } ], diff --git a/entry/oh-package.json5 b/entry/oh-package.json5 index a7afd4e..a514230 100644 --- a/entry/oh-package.json5 +++ b/entry/oh-package.json5 @@ -3,7 +3,6 @@ "devDependencies": {}, "name": "entry", "description": "example description", - "repository": {}, "version": "1.0.0", "dependencies": {} } diff --git a/oh-package.json5 b/oh-package.json5 index dc71f1a..0805917 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -2,7 +2,6 @@ "modelVersion": "5.0.0", "license": "ISC", "devDependencies": { - "@ohos/hypium": "1.0.15" }, "name": "adaptiveservicewidget", "description": "example description", -- Gitee