From ce31646172eeba20dc83ce170e0d04d3643d5e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=89=AC?= Date: Fri, 22 Aug 2025 11:41:19 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix(all)=EF=BC=9A=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NetworkReconnection/README.md | 6 +++--- NetworkReconnection/build-profile.json5 | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NetworkReconnection/README.md b/NetworkReconnection/README.md index ec1f6c8..f293de3 100644 --- a/NetworkReconnection/README.md +++ b/NetworkReconnection/README.md @@ -60,6 +60,6 @@ ## 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 -3. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file +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 diff --git a/NetworkReconnection/build-profile.json5 b/NetworkReconnection/build-profile.json5 index ed2b75e..c3f29b4 100644 --- a/NetworkReconnection/build-profile.json5 +++ b/NetworkReconnection/build-profile.json5 @@ -6,7 +6,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": { -- Gitee From e410d9f9a06d7541758c11dd94d762f339b3fc08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=89=AC?= Date: Fri, 22 Aug 2025 11:42:39 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix(all):=20=E6=9B=B4=E6=96=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ServerSocket/README.md | 6 +++--- ServerSocket/build-profile.json5 | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ServerSocket/README.md b/ServerSocket/README.md index a2cc435..7028358 100644 --- a/ServerSocket/README.md +++ b/ServerSocket/README.md @@ -49,6 +49,6 @@ ## 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 -3. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file +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 diff --git a/ServerSocket/build-profile.json5 b/ServerSocket/build-profile.json5 index b2cc029..6addf02 100644 --- a/ServerSocket/build-profile.json5 +++ b/ServerSocket/build-profile.json5 @@ -6,7 +6,8 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.0(12)", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", "runtimeOS": "HarmonyOS", } ], -- Gitee From 23685722276b3dc5b7843b78814152d5f070aa3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=89=AC?= <10473740+ding-young@user.noreply.gitee.com> Date: Fri, 22 Aug 2025 03:43:53 +0000 Subject: [PATCH 3/4] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 丁扬 <10473740+ding-young@user.noreply.gitee.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2934f8..57bb1fc 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,6 @@ ## 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 -3. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file +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 -- Gitee From f42cd5c8623d8c6d536f23ed5a106c80a9170161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=89=AC?= <10473740+ding-young@user.noreply.gitee.com> Date: Fri, 22 Aug 2025 03:44:10 +0000 Subject: [PATCH 4/4] update README.en.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 丁扬 <10473740+ding-young@user.noreply.gitee.com> --- README.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 7723e12..fb3d70e 100644 --- a/README.en.md +++ b/README.en.md @@ -46,6 +46,6 @@ N/A ## Constraints 1. This sample is only supported on Huawei phones with standard systems. -2. The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. -3. The DevEco Studio version must be DevEco Studio 5.0.0 Release or later. -4. The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release SDK or later. \ No newline at end of file +2. The HarmonyOS version must be HarmonyOS 5.0.5 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.5 Release SDK or later. \ No newline at end of file -- Gitee