From 6c3c86f7e5c113355fba52fa6edff4c15f04fe69 Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Wed, 22 Oct 2025 15:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A4=9A=E8=AE=BE=E5=A4=87=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=BE=8E=E5=8C=96=E7=95=8C=E9=9D=A2=E3=80=91=E6=9B=B4?= =?UTF-8?q?=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 | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.en.md b/README.en.md index 17caa44..435b412 100644 --- a/README.en.md +++ b/README.en.md @@ -38,5 +38,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/README.md b/README.md index 50ff6d1..1332178 100755 --- a/README.md +++ b/README.md @@ -38,5 +38,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及以上。 \ No newline at end of file +3. DevEco Studio版本:DevEco Studio 6.0.0 Release及以上。 +4. HarmonyOS SDK版本:HarmonyOS 6.0.0 Release SDK及以上。 \ No newline at end of file diff --git a/build-profile.json5 b/build-profile.json5 index 4de1372..bc3debb 100755 --- 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 99fefae..ddce43e 100755 --- 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 0ea1db6..99c249c 100755 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.5", + "modelVersion": "6.0.0", "license": "", "devDependencies": { }, -- Gitee