From a148ee78014baf3d0d2904a0c0d595137275f336 Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Sat, 23 Aug 2025 15:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90json5=E6=96=87=E4=BB=B6=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=BA=94=E7=94=A8=E5=BF=AB=E6=8D=B7=E6=89=93=E5=BC=80?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E5=85=A5=E5=8F=A3=E3=80=91=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 --- README.en.md | 6 +++--- README.md | 6 +++--- build-profile.json5 | 3 ++- local.properties | 9 --------- 4 files changed, 8 insertions(+), 16 deletions(-) delete mode 100644 local.properties diff --git a/README.en.md b/README.en.md index 9fbc57e..cd8295c 100644 --- a/README.en.md +++ b/README.en.md @@ -30,8 +30,8 @@ N/A ## Constraints * The sample is only supported on Huawei phones with standard systems. -* The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. +* The HarmonyOS version must be HarmonyOS 5.0.5 Release or later. -* The DevEco Studio version must be DevEco Studio 5.0.0 Release or later. +* The DevEco Studio version must be DevEco Studio 5.0.5 Release or later. -* The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release SDK or later. \ No newline at end of file +* The HarmonyOS SDK version must be HarmonyOS 5.0.5 Release SDK or later. \ No newline at end of file diff --git a/README.md b/README.md index 466e3ff..5e89ea9 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ ## 约束与限制 * 本示例仅支持标准系统上运行,支持设备:华为手机。 -* HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 +* HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -* DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 +* DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -* HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file +* HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。 \ No newline at end of file diff --git a/build-profile.json5 b/build-profile.json5 index c033ce4..b2ca56e 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/local.properties b/local.properties deleted file mode 100644 index 20f6086..0000000 --- a/local.properties +++ /dev/null @@ -1,9 +0,0 @@ -# This file is automatically generated by DevEco Studio. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file should *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. -# -# For customization when using a Version Control System, please read the header note. - - -- Gitee