From e70ceef68acb91c325bd7b071393c7afb7cbad2d Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Tue, 19 Aug 2025 21:19:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9F=BA=E4=BA=8E=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=A1=A8=E5=AE=9E=E7=8E=B0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E3=80=91=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 6 +++--- README.md | 6 +++--- build-profile.json5 | 3 ++- entry/src/main/module.json5 | 4 +--- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.en.md b/README.en.md index 07f5c97..6bee1ac 100644 --- a/README.en.md +++ b/README.en.md @@ -56,11 +56,11 @@ N/A 1. The sample is only supported on Huawei phones with standard systems. -2. The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. +2. The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. -3. The DevEco Studio version must be DevEco Studio 5.0.0 Release or later. +3. The DevEco Studio version must be DevEco Studio 5.0.5 Release or later. -4. The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release SDK or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.5 Release SDK or later. ### Note diff --git a/README.md b/README.md index 5c3207f..c35a79a 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 +2. HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -3. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 +3. DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 +4. HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 ### 注意 diff --git a/build-profile.json5 b/build-profile.json5 index 4f34516..d8c5c44 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,7 +5,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", } ], diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index 412b61f..80baca3 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -19,9 +19,7 @@ "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ - "phone", - "tablet", - "2in1" + "phone" ], "deliveryWithInstall": true, "installationFree": false, -- Gitee