From 406c71b74724a36e84cef9908b29a71aab874c5f Mon Sep 17 00:00:00 2001 From: lloyd <353627866@qq.com> Date: Tue, 19 Aug 2025 20:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BD=BF=E7=94=A8Stack=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=9E=84=E5=BB=BA=E5=A4=9A=E5=B1=82=E6=AC=A1=E5=A0=86?= =?UTF-8?q?=E5=8F=A0=E5=B8=83=E5=B1=80=E3=80=91=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 --- README.en.md | 6 +++--- README.md | 6 +++--- build-profile.json5 | 5 +++-- entry/build-profile.json5 | 15 --------------- 4 files changed, 9 insertions(+), 23 deletions(-) diff --git a/README.en.md b/README.en.md index 96391e2..d402a5c 100644 --- a/README.en.md +++ b/README.en.md @@ -52,8 +52,8 @@ N/A 1. The sample app is supported only on Huawei phones running the standard system. -2. The HarmonyOS version must be HarmonyOS 5.0.4 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.4 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.4 Release or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.5 Release or later. diff --git a/README.md b/README.md index b51c7d4..201e86b 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ componentstack 1.本示例仅支持标准系统上运行,支持设备:华为手机。 -2.HarmonyOS系统:HarmonyOS 5.0.4 Release及以上。 +2.HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。 -3.DevEco Studio版本:DevEco Studio 5.0.4 Release及以上。 +3.DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。 -4.HarmonyOS SDK版本:HarmonyOS 5.0.4 Release SDK及以上。 \ No newline at end of file +4.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 e8de1a3..9e8e391 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -5,8 +5,9 @@ { "name": "default", "signingConfig": "default", - "compatibleSdkVersion": "5.0.4(16)", - "runtimeOS": "HarmonyOS", + "compatibleSdkVersion": "5.0.5(17)", + "targetSdkVersion": "5.0.5(17)", + "runtimeOS": "HarmonyOS" } ], "buildModeSet": [ diff --git a/entry/build-profile.json5 b/entry/build-profile.json5 index b695582..75c41e9 100644 --- a/entry/build-profile.json5 +++ b/entry/build-profile.json5 @@ -2,21 +2,6 @@ "apiType": "stageMode", "buildOption": { }, - "buildOptionSet": [ - { - "name": "release", - "arkOptions": { - "obfuscation": { - "ruleOptions": { - "enable": true, - "files": [ - "./obfuscation-rules.txt" - ] - } - } - } - }, - ], "targets": [ { "name": "default" -- Gitee