diff --git a/README.md b/README.md index 7942851a52366b27934406e991f77d53c8068455..76d76a62600c30c14807cdf0c87f0fe01a4873ee 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 e6938bdec37b4ae6daa95fb336771363b8752de5..83c2ad0a6e72b14e6ae0dc9ad1def5497719dfc4 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 b695582d3680556f4cce2ec518f65720a9413ca3..50e33db6ec3d25c19652a894127becfb3761a01b 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": [] } } }