From 2a2f7699db71d275512f7340f8ecec5cc63bd28c Mon Sep 17 00:00:00 2001 From: litiangang4 Date: Thu, 11 May 2023 19:49:03 +0800 Subject: [PATCH] =?UTF-8?q?bundle.json=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: litiangang4 --- bundle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index 02895a9..7e0d53f 100755 --- a/bundle.json +++ b/bundle.json @@ -1,9 +1,9 @@ { "name":"@ohos/distributed_input", "description":"distributed hardware input", - "version":"3.1", + "version":"3.2", "author":{}, - "repository":"https://gitee.com/openharmony/distributed_input", + "repository":"https://gitee.com/openharmony/distributedhardware_distributed_input", "license":"Apache License 2.0", "publishAs":"code-segment", "segment":{ @@ -21,8 +21,8 @@ "adapted_system_type":[ "standard" ], - "rom":"2000KB", - "ram":"6MB", + "rom":"16384KB", + "ram":"15360KB", "hisysevent_config": [ "//foundation/distributedhardware/distributed_input/hisysevent.yaml" ], -- Gitee