From 87027084798b864420c4d149fa1ba8c9d3f4430b Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Wed, 22 Oct 2025 15:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9F=BA=E4=BA=8E=E6=89=8B=E5=8A=BF?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=AE=9E=E7=8E=B0=E7=94=B5=E5=AD=90=E7=9B=B8?= =?UTF-8?q?=E5=86=8C=E3=80=91API=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- README_EN.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.md b/README.md index e11ed6e..cef509e 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,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/README_EN.md b/README_EN.md index c1e2923..fbdabc3 100644 --- a/README_EN.md +++ b/README_EN.md @@ -28,5 +28,5 @@ N/A 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/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 a2a2e37..03377a9 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.5", + "modelVersion": "6.0.0", "dependencies": { } } \ No newline at end of file diff --git a/oh-package.json5 b/oh-package.json5 index ca09bd2..e319b3f 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": "electronicalbum", -- Gitee