From e9be93b2ff41f57d595341a0af84128224064a2e Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Wed, 22 Oct 2025 15:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9F=BA=E4=BA=8E=E6=98=BE=E5=BC=8F?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E5=92=8C=E5=B1=9E=E6=80=A7=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E7=AE=80=E6=98=93=E5=8A=A8=E6=95=88=E3=80=91?= =?UTF-8?q?=E6=9B=B4=E6=96=B0API=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 4 ++-- README.md | 4 ++-- build-profile.json5 | 2 +- hvigor/hvigor-config.json5 | 2 +- oh-package.json5 | 1 - 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.en.md b/README.en.md index 7a75790..2419506 100644 --- a/README.en.md +++ b/README.en.md @@ -32,5 +32,5 @@ Example: 1. The sample is only supported on Huawei phones with standard systems. 2. HarmonyOS: HarmonyOS 5.0.5 Release or later. -3. DevEco Studio: DevEco Studio 5.0.5 Release or later. -4. HarmonyOS SDK: HarmonyOS 5.0.5 Release SDK or later. +3. DevEco Studio: DevEco Studio 6.0.0 Release or later. +4. HarmonyOS SDK: HarmonyOS 6.0.0 Release SDK or later. diff --git a/README.md b/README.md index ef1167f..b0428f9 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,5 @@ 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及以上。 +3. DevEco Studio版本:DevEco Studio 6.0.0 Release及以上。 +4. HarmonyOS SDK版本:HarmonyOS 6.0.0 Release SDK及以上。 diff --git a/build-profile.json5 b/build-profile.json5 index b7223a3..21d4096 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -8,7 +8,7 @@ "name": "default", "signingConfig": "default", "compatibleSdkVersion": "5.0.5(17)", - "targetSdkVersion": "5.0.5(17)", + "targetSdkVersion": "6.0.0(20)", "runtimeOS": "HarmonyOS" } ] diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 index 0c81a69..c2e4bf9 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.5", + "modelVersion": "6.0.0", "dependencies": { }, "execution": { diff --git a/oh-package.json5 b/oh-package.json5 index e9699f8..fd39468 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -2,7 +2,6 @@ "modelVersion": "5.0.5", "license": "", "devDependencies": { - "@ohos/hypium": "1.0.15" }, "author": "", "name": "animation", -- Gitee