From c1d26ff63c91c64615ab5a4e7bd1af7f493316dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Tue, 7 May 2024 19:22:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-profile.json5 | 16 ---------------- oh-package.json5 | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) 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",