From 6def8c67e70ea21982138a2f26e40744863c2afa Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Wed, 22 Oct 2025 15:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BD=BF=E7=94=A8ArkTS=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E7=BC=96=E5=86=99=E7=AE=80=E5=8D=95=E7=AE=97=E6=B3=95?= =?UTF-8?q?=E3=80=91=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.md | 4 ++-- README_EN.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.md b/README.md index 251fa58..ee0ff7a 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,6 @@ 2. HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -3. DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 +3. DevEco Studio版本:DevEco Studio 6.0.0 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 +4. HarmonyOS SDK版本:HarmonyOS 6.0.0 Release SDK及以上。 diff --git a/README_EN.md b/README_EN.md index d8bd767..52e9714 100644 --- a/README_EN.md +++ b/README_EN.md @@ -54,6 +54,6 @@ N/A 2. HarmonyOS: HarmonyOS 5.0.5 Release or later. -3. DevEco Studio: DevEco Studio 5.0.5 Release or later. +3. DevEco Studio: DevEco Studio 6.0.0 Release or later. -4. HarmonyOS SDK: HarmonyOS 5.0.5 Release SDK or later. +4. HarmonyOS SDK: HarmonyOS 6.0.0 Release SDK or later. diff --git a/build-profile.json5 b/build-profile.json5 index 37daaef..c68f7f1 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,7 +5,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 5bebc97..8b8ff50 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 2d9c74f..de6d59d 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,5 +1,5 @@ { - "modelVersion": "5.0.5", + "modelVersion": "6.0.0", "description": "Please describe the basic information.", "dependencies": { }, -- Gitee