From d8c1b9f450608295348138c979d0fdb61dc6eff1 Mon Sep 17 00:00:00 2001 From: Pure Date: Sun, 15 Jun 2025 14:34:46 +0800 Subject: [PATCH] =?UTF-8?q?HDC=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- README_EN.md | 6 +++--- entry/build-profile.json5 | 6 ++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7942851..76d76a6 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,6 @@ ### 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS NEXT Developer Beta1及以上。 -3. DevEco Studio版本:DevEco Studio NEXT Developer Beta1及以上。 -4. HarmonyOS SDK版本:HarmonyOS NEXT Developer Beta1 SDK及以上。 \ No newline at end of file +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 diff --git a/README_EN.md b/README_EN.md index e6938bd..83c2ad0 100644 --- a/README_EN.md +++ b/README_EN.md @@ -45,6 +45,6 @@ N/A ### Constraints 1. The sample is only supported on Huawei phones with standard systems. -2. HarmonyOS: HarmonyOS NEXT Developer Beta1 or later. -3. DevEco Studio: DevEco Studio NEXT Developer Beta1 or later. -4. HarmonyOS SDK: HarmonyOS NEXT Developer Beta1 or later. +2. HarmonyOS: HarmonyOS 5.0.0 Release or later. +3. DevEco Studio: DevEco Studio 5.0.0 Release or later. +4. HarmonyOS SDK: HarmonyOS 5.0.0 Release SDK or later. diff --git a/entry/build-profile.json5 b/entry/build-profile.json5 index b695582..50e33db 100644 --- a/entry/build-profile.json5 +++ b/entry/build-profile.json5 @@ -8,10 +8,8 @@ "arkOptions": { "obfuscation": { "ruleOptions": { - "enable": true, - "files": [ - "./obfuscation-rules.txt" - ] + "enable": false, + "files": [] } } } -- Gitee