From 51f2ff03ab26954b38d8225d5738eb66ca4c8045 Mon Sep 17 00:00:00 2001 From: lloyd <754415+llince@user.noreply.gitee.com> Date: Mon, 25 Nov 2024 15:29:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90Navigation=E7=B3=BB=E7=BB=9F=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E3=80=91=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E7=BA=A6?= =?UTF-8?q?=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 6 +++--- README.md | 6 +++--- entry/obfuscation-rules.txt | 6 +++++- harA/obfuscation-rules.txt | 6 +++++- harB/obfuscation-rules.txt | 6 +++++- hspA/obfuscation-rules.txt | 6 +++++- hspB/obfuscation-rules.txt | 6 +++++- 7 files changed, 31 insertions(+), 11 deletions(-) diff --git a/README.en.md b/README.en.md index 0fa099c..0600f74 100644 --- a/README.en.md +++ b/README.en.md @@ -55,11 +55,11 @@ N/A 1. The sample app is supported only on Huawei phones running the standard system. -2. The HarmonyOS version must be HarmonyOS NEXT Developer Beta1 or later. +2. The HarmonyOS version must be HarmonyOS 5.0.0 Release or later. -3. The DevEco Studio version must be DevEco Studio NEXT Developer Beta1 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 NEXT Developer Beta1 or later. +4. The HarmonyOS SDK version must be HarmonyOS 5.0.0 Release SDK or later. ### Note diff --git a/README.md b/README.md index c868ef6..1637c7a 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS NEXT Developer Beta1及以上。 +2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 -3. DevEco Studio版本:DevEco Studio NEXT Developer Beta1及以上。 +3. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 -4. HarmonyOS SDK版本:HarmonyOS NEXT Developer Beta1 SDK及以上。 +4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 ### 注意 diff --git a/entry/obfuscation-rules.txt b/entry/obfuscation-rules.txt index 985b2ae..a1dfa0b 100644 --- a/entry/obfuscation-rules.txt +++ b/entry/obfuscation-rules.txt @@ -15,4 +15,8 @@ # Keep options: # -keep-property-name: specifies property names that you want to keep -# -keep-global-name: specifies names that you want to keep in the global scope \ No newline at end of file +# -keep-global-name: specifies names that you want to keep in the global scope +-enable-property-obfuscation +-enable-toplevel-obfuscation +-enable-filename-obfuscation +-enable-export-obfuscation \ No newline at end of file diff --git a/harA/obfuscation-rules.txt b/harA/obfuscation-rules.txt index 985b2ae..a1dfa0b 100644 --- a/harA/obfuscation-rules.txt +++ b/harA/obfuscation-rules.txt @@ -15,4 +15,8 @@ # Keep options: # -keep-property-name: specifies property names that you want to keep -# -keep-global-name: specifies names that you want to keep in the global scope \ No newline at end of file +# -keep-global-name: specifies names that you want to keep in the global scope +-enable-property-obfuscation +-enable-toplevel-obfuscation +-enable-filename-obfuscation +-enable-export-obfuscation \ No newline at end of file diff --git a/harB/obfuscation-rules.txt b/harB/obfuscation-rules.txt index 985b2ae..a1dfa0b 100644 --- a/harB/obfuscation-rules.txt +++ b/harB/obfuscation-rules.txt @@ -15,4 +15,8 @@ # Keep options: # -keep-property-name: specifies property names that you want to keep -# -keep-global-name: specifies names that you want to keep in the global scope \ No newline at end of file +# -keep-global-name: specifies names that you want to keep in the global scope +-enable-property-obfuscation +-enable-toplevel-obfuscation +-enable-filename-obfuscation +-enable-export-obfuscation \ No newline at end of file diff --git a/hspA/obfuscation-rules.txt b/hspA/obfuscation-rules.txt index 985b2ae..a1dfa0b 100644 --- a/hspA/obfuscation-rules.txt +++ b/hspA/obfuscation-rules.txt @@ -15,4 +15,8 @@ # Keep options: # -keep-property-name: specifies property names that you want to keep -# -keep-global-name: specifies names that you want to keep in the global scope \ No newline at end of file +# -keep-global-name: specifies names that you want to keep in the global scope +-enable-property-obfuscation +-enable-toplevel-obfuscation +-enable-filename-obfuscation +-enable-export-obfuscation \ No newline at end of file diff --git a/hspB/obfuscation-rules.txt b/hspB/obfuscation-rules.txt index 985b2ae..a1dfa0b 100644 --- a/hspB/obfuscation-rules.txt +++ b/hspB/obfuscation-rules.txt @@ -15,4 +15,8 @@ # Keep options: # -keep-property-name: specifies property names that you want to keep -# -keep-global-name: specifies names that you want to keep in the global scope \ No newline at end of file +# -keep-global-name: specifies names that you want to keep in the global scope +-enable-property-obfuscation +-enable-toplevel-obfuscation +-enable-filename-obfuscation +-enable-export-obfuscation \ No newline at end of file -- Gitee