From 54cefa0d5ed2dd1103bfb235ad95efe0c2dd0068 Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Wed, 22 Oct 2025 15:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A4=9A=E8=AE=BE=E5=A4=87=E9=95=BF?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E7=95=8C=E9=9D=A2=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?API=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 c411d14..7adfcd9 100644 --- a/README.en.md +++ b/README.en.md @@ -44,5 +44,5 @@ N/A. 1. The sample app is supported only on Huawei phones running the standard system. 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 0719b05..88ae98c 100644 --- a/README.md +++ b/README.md @@ -44,5 +44,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 58e2856..5f82310 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 f8cf8e0..554e7bb 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -14,7 +14,7 @@ */ { - "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 a505ce0..3fa3634 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.5", + "modelVersion": "6.0.0", "license": "", "devDependencies": { }, -- Gitee