diff --git a/build-profile.json5 b/build-profile.json5 index abede8d..312d38e 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -19,22 +19,6 @@ } }, }, - { - "name": "release2", - "arkOptions": { - "obfuscation": { - "ruleOptions": { - "enable": true, - "files": [ - "./obfuscation-rules.txt" - ] - }, - "consumerFiles": [ - "./consumer-rules.txt" - ] - } - }, - }, ], "targets": [ { diff --git a/oh-package.json5 b/oh-package.json5 index 92253e2..ac8bfa2 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@szyx/sdk_base", - "version": "1.0.2", + "version": "1.0.1", "description": "数字医信公司,鸿蒙app开发基础工具。", "main": "Index.ets", "author": "xuqm",